home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / ChangeLog < prev    next >
Text File  |  2005-05-05  |  308KB  |  6,411 lines

  1. ----------------------
  2. phpMyAdmin - Changelog
  3. ----------------------
  4.  
  5. $Id: ChangeLog,v 2.1032.2.16 2005/05/05 17:03:41 lem9 Exp $
  6. $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
  7.  
  8. 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  9.     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
  10.       sets and collations (temporary workaround)
  11.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  12.     ### 2.6.2-pl1 released
  13.  
  14. 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
  15.     * libraries/common.lib.php: bug #1185152, setting collation for a field,
  16.       thanks to Ryan Schmidt - ryandesign
  17.  
  18. 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  19.     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
  20.       thanks to Ryan Schmidt - ryandesign
  21.  
  22. 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  23.     * tbl_properties_structure.php, tbl_properties.inc.php:
  24.       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
  25.  
  26. 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  27.     * lang/chinese_simplified: Updates, thanks to mysf at etang.com 
  28.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  29.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  30.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  31.     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
  32.     * tbl_properties_export.php: bug #1180860, error going from Export
  33.       to Insert tab
  34.     ### 2.6.2 released
  35.     
  36. 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  37.     * db_details_structure.php: Search icon centering
  38.  
  39. 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  40.     * tbl_alter.php: undefined $field_comments
  41.  
  42. 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  43.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  44.     * server_privileges.php: bug #1179969, problem editing a user's profile
  45.       (and there was a problem also with the detection of
  46.        an already existing user)
  47.   
  48. 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  49.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  50.  
  51. 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  52.     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
  53.     * libraries/common.lib.php: wrong test when the field's type is
  54.       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  55.  
  56. 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  57.     ### 2.6.2-rc1 released
  58.  
  59. 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  60.     * tbl_addfield.php: TIMESTAMP options support
  61.     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only 
  62.       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
  63.       set to NULL to have the NULL attribute
  64.     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table 
  65.       with FK constraints to a table in the same db
  66.  
  67. 2005-03-31 Alexander M. Turek  <me@derrabus.de>
  68.     * left.php: Undefined offset (Bug #1174045).
  69.  
  70. 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  71.     * Documentation.html: added FAQ 5.17 about problem with 
  72.       Firefox when the Tabbrowser Extensions plugin is installed
  73.     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
  74.     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
  75.       made dynamic, depending on the field's type
  76.     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
  77.  
  78. 2005-03-30 Alexander M. Turek  <me@derrabus.de>
  79.     * server_databases.php: Bug #1172782 (Don't allow to drop
  80.       information_schema).
  81.     * libraries/mysql_charsets.lib.php: Typo.
  82.     * lang/german-*.inc.php: Better translation.
  83.  
  84. 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  85.     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
  86.       thanks to Isaac Bennetch - ibennetch
  87.     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
  88.     * lang/*: removed unused message and modified strCheckOverhead
  89.       where still untranslated
  90.     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
  91.       modifying TIMESTAMP options, the table structure editing form
  92.       was shown without the new options.
  93.  
  94. 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  95.     * libraries/common.lib.php: XSS vulnerability on convcharset
  96.  
  97. 2005-03-29 Alexander M. Turek  <me@derrabus.de>
  98.     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
  99.       unavailable collations (bug #1172517).
  100.  
  101. 2005-03-28 Alexander M. Turek  <me@derrabus.de>
  102.     * left.php: Implemented the forgotten view icon.
  103.  
  104. 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  105.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  106.     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
  107.       under MySQL 4.1
  108.     ### 2.6.2-beta1 released
  109.  
  110. 2005-03-27 Alexander M. Turek  <me@derrabus.de>
  111.     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
  112.       themes as imcompatible because of recent changes.
  113.     * libraries/information_schema_relations.lib.php,
  114.       libraries/relation.lib.php: information_schema relations.
  115.  
  116. 2005-03-26 Alexander M. Turek  <me@derrabus.de>
  117.     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
  118.     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
  119.       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
  120.       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
  121.       Added more Latin9 language files.
  122.  
  123. 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  124.     * tbl_properties.inc.php: bug #1170255, undefined index: Field
  125.  
  126. 2005-03-25 Alexander M. Turek  <me@derrabus.de>
  127.     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
  128.       for marking a functionality as unavailable.
  129.     * libraries/relation.lib.php:
  130.       - Removed recoding function calls from controluser queries as they do
  131.         not depend on the connection charset anymore;
  132.       - Added emulated relations for some information_schema tables. To be
  133.         continued.
  134.  
  135. 2005-03-24 Alexander M. Turek  <me@derrabus.de>
  136.     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
  137.       libraries/database_interface.lib.php:
  138.       - Force separate connection for controluser queries;
  139.       - Don't apply collation_connection settings to controluser connections.
  140.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  141.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  142.  
  143. 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  144.     * header.inc.php: undefined index tbl_is_view when copying a table
  145.       with constraints and an error occurs
  146.  
  147. 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  148.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  149.     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
  150.  
  151. 2005-03-19 Alexander M. Turek  <me@derrabus.de>
  152.     * lang/german-*.inc.php: Translations #1120157 (bad translation of
  153.       $strAddSearchConditions).
  154.     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
  155.       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
  156.     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
  157.       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
  158.       the German and French language files for testing.
  159.  
  160. 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  161.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  162.     * lang/russian update, thanks to gunsky
  163.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  164.  
  165. 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  166.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  167.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  168.     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
  169.       - thedarkness
  170.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  171.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  172.  
  173. 2005-03-18 Alexander M. Turek  <me@derrabus.de>
  174.     * lang/german-*.inc.php: Updates.
  175.  
  176. 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  177.     * Documentation.html: bug #1165148, typo in Documentation.html
  178.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  179.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  180.  
  181. 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  182.     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
  183.       config.inc.php (comment only), libraries/common.lib.php:
  184.       experimental support for table structure editing with MySQL 4.1.2+
  185.       TIMESTAMP options
  186.  
  187. 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  188.     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
  189.  
  190. 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  191.     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
  192.       start merging code for MySQL 4.1.2 TIMESTAMP options support
  193.  
  194. 2005-03-10 Alexander M. Turek  <me@derrabus.de>
  195.     * libraries/relation.lib.php: Bug #1159415.
  196.  
  197. 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  198.     * libraries/database_interface.lib.php, libraries/relation.lib.php:
  199.       problem with getting comments when creating a new table under MySQL 4.1.x
  200.       with mysql extension
  201.  
  202. 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  203.     * db_operations.php: db comments updating broken
  204.     * libraries/relation.lib.php: bug #1159415, data dictionary broken
  205.  
  206. 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
  207.     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
  208.       versions of insert-row icons.
  209.  
  210. 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  211.     * lang/french update
  212.  
  213. 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  214.     * libraries/relation.lib.php: db comments broken
  215.     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
  216.     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
  217.       bookmark improvement, 
  218.       based on patch #1034161 by Ryan Schmidt - ryandesign:
  219.       sort bookmarks by label, remove the number before each bookmark
  220.       in the drop-down choice. For this I had to change some logic in the
  221.       calling scripts. It's still possible to have the same label more
  222.       than once.
  223.  
  224. 2005-03-07 Michal ─îiha┼Ö  <michal@cihar.com>
  225.     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
  226.       libraries/header_meta_style.inc.php: Actually use print style in themes,
  227.       also fixes RFE #1120880.
  228.     * sql.php: Better calculate inserted row id (bug #1156963).
  229.     * db_details_links.php, db_details_structure.php: Show database comment on
  230.       each tab (same as we do with table comments).
  231.  
  232. 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
  233.     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
  234.       versions of drop icons.
  235.  
  236. 2005-03-06 Michal ─îiha┼Ö  <michal@cihar.com>
  237.     * export.php, libraries/display_export.lib.php, config.inc.php,
  238.       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
  239.       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
  240.       2000 export (RFE #1155122).
  241.     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
  242.       engine" translation.
  243.     * lang/english: Nothing to translate here.
  244.     * Documentation.html: Document new Excel export.
  245.     * config.inc.php, libraries/config_import.lib.php,
  246.       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
  247.       export now can contain table structure and better handles more
  248.       tables/databases export.
  249.     * db_operations.php, export.php, main.php, tbl_move_copy.php,
  250.       libraries/common.lib.php, libraries/select_theme.lib.php,
  251.       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
  252.       / to end of path (bug #1155373).
  253.  
  254. 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  255.     * libraries/relation.lib.php, /display_export.lib.php,
  256.       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
  257.       the "Add into comments ... Comments" choice, since they are
  258.       part of the structure
  259.  
  260. 2005-03-06 Alexander M. Turek  <me@derrabus.de>
  261.     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
  262.       activity statistics.
  263.     * server_status.php: Removed InnoDB Status sub-page. It is now part of
  264.       server_engines.php.
  265.     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
  266.       indicators.
  267.     * libraries/mysql_charsets.lib.php: Don't check the character set of the
  268.       virtual database "information_schema" (MySQL 5.0).
  269.     * db_details_links.php, db_details_structure.php: Don't allow the user to
  270.       change anything in MySQL 5.0's information_schema database.
  271.  
  272. 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  273.     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
  274.       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
  275.       /database_interface.lib.php: MySQL 4.1.x native comments
  276.  
  277. 2005-03-05 Alexander M. Turek  <me@derrabus.de>
  278.     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
  279.       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
  280.       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
  281.       libraries/engines/myisam.lib.php:
  282.       - Moved engine-specific settings into plugins;
  283.       - Added ability to create multiple sub-pages in server_engines.php for
  284.         a specific engine;
  285.       - Added a few InnoDB variables. To be continued. :-)
  286.       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
  287.  
  288. 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  289.     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
  290.       Missing parameters, and when the error happens, show a link to FAQ
  291.  
  292. 2005-03-03 Alexander M. Turek  <me@derrabus.de>
  293.     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
  294.       with "str").
  295.     * header.inc.php: Wrong icon for views.
  296.     * libraries/sqlparser.data.php: Added more missing date / time functions.
  297.  
  298. 2005-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  299.     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
  300.       modes not available in current MySQL version, do not fail on error when
  301.       setting SQL_MODE (bug #1155209).
  302.  
  303. 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  304.     * main.php: bug #1154307, wrong text for alt,
  305.       thanks to Isaac Bennetch - ibennetch
  306.     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
  307.       thanks to Isaac Bennetch - ibennetch
  308.  
  309. 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  310.     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
  311.       thanks to Ryan Schmidt
  312.     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
  313.       var
  314.  
  315. 2005-02-27 Alexander M. Turek  <me@derrab.us>
  316.     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
  317.       and GET_FORMAT (bug #1152310).
  318.  
  319. 2005-02-27 Michal ─îiha┼Ö  <michal@cihar.com>
  320.     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
  321.  
  322. 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  323.     * Documentation.html: added FAQ 5.16 about various IE and Windows
  324.       problems. Thanks to Michael Keck.
  325.     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
  326.  
  327. 2005-02-24 Alexander M. Turek  <me@derrabus.de>
  328.     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
  329.  
  330. 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  331.     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
  332.       blowfish_secret is empty
  333.  
  334. 2005-02-23 Alexander M. Turek  <me@derrabus.de>
  335.     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
  336.     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
  337.       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
  338.     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
  339.       we had already commented out a long time ago.
  340.  
  341. 2005-02-22 Alexander M. Turek  <me@derrabus.de>
  342.     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
  343.       of bug #1149383.
  344.  
  345. 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
  346.     * pdf_pages.php: patch #1120466 (modified): optional column names
  347.       in visual scratchboard, thanks to Remco Aalbers - remcoa
  348.  
  349. 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  350.     * header.inc.php, queryframe.php: HTML improvement,
  351.       thanks to Armel Fauveau
  352.     * server_privileges.php: bug #1113788, escaping character removed by error
  353.  
  354. 2005-02-16 Alexander M. Turek  <me@derrabus.de>
  355.     * db_details_export.php: Views are not exportable yet.
  356.     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
  357.     * server_engines.php: Use new CSS class 'disabled' for unavailable
  358.       engines.
  359.  
  360. 2005-02-14 Michal ─îiha┼Ö  <michal@cihar.com>
  361.     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
  362.       indexes for print view, use same function as for normal view (bug
  363.       #1119388).
  364.     * css/print.css, libraries/tbl_indexes.lib.php,
  365.       libraries/header_meta_style.inc.php: Use CSS for hiding print button
  366.       rather than javascript.
  367.  
  368. 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  369.     * tbl_properties_table_info.php: avoid errors #1046, no database selected
  370.       in MySQL 5.0.2
  371.     * lang/romanian: Updated, thanks to Valics Lehel.
  372.  
  373. 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  374.     * lang/french update
  375.     * server_privileges.php: bug #1118137, host not changing when editing user
  376.  
  377. 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  378.     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
  379.  
  380. 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  381.     * config.inc.php, Documentation.html: bug #1115327, document the
  382.       maximum number of characters for blowfish_secret
  383.  
  384. 2005-02-09 Alexander M. Turek  <me@derrabus.de>
  385.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
  386.  
  387. 2005-02-08 Michal ─îiha┼Ö  <michal@cihar.com>
  388.     * export.php: Fix export of SQL for Safari (bug #1113015).
  389.  
  390. 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  391.     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
  392.       do not send a boolean to mysqli_free_result() or mysql_free_result(),
  393.       it expects a result resource
  394.     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
  395.       using "copy table" operation
  396.     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
  397.       disabled
  398.  
  399. 2005-02-07 Alexander M. Turek  <me@derrabus.de>
  400.     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
  401.       php 4.1.x.
  402.  
  403. 2005-02-06 Alexander M. Turek  <me@derrabus.de>
  404.     * header.inc.php, tbl_properties_table_info.php: View detection for
  405.       header.inc.php.
  406.     * tbl_properties_links.php: Adjusted tab bar for views.
  407.  
  408. 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  409.     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
  410.  
  411. 2005-02-04 Michal ─îiha┼Ö  <michal@cihar.com>
  412.     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
  413.  
  414. 2005-02-03 Alexander M. Turek  <me@derrabus.de>
  415.     * tbl_addfield.php: Bug #1040682 (adding field with collation).
  416.  
  417. 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  418.     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
  419.       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
  420.     * tbl_properties.inc.php: bug #1114550, changing the type of
  421.       a float unsigned column
  422.  
  423. 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  424.     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
  425.       cannot be used with MYSQL_USE_RESULT
  426.  
  427. 2005-01-29 Alexander M. Turek  <me@derrabus.de>
  428.     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
  429.       the Janapese language file under MySQL 4.1.
  430.  
  431. 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  432.     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
  433.       function PMA_reloadNavigation(). A failed connection was not properly
  434.       detected
  435.     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
  436.       parameter 1 to be a result
  437.  
  438. 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  439.     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
  440.       thanks to Michal
  441.     * libraries/display_tbl.lib.php: the LongOperation message should
  442.       be just for InnoDB
  443.  
  444. 2005-01-27 Michal ─îiha┼Ö  <michal@cihar.com>
  445.     * read_dump.php: Fix detection of SELECT query to display on multiple
  446.       submits (bug #1110727).
  447.  
  448. 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  449.     * tbl_query_box.php: bug #1107937, undefined $fields_list
  450.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  451.     ### 2.6.1 released
  452.  
  453. 2005-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  454.     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
  455.       (bug #1106652).
  456.  
  457. 2005-01-23 Alexander M. Turek  <me@derrabus.de>
  458.     * libraries/sqlparser.data.php: Added some keywords.
  459.  
  460. 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  461.     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
  462.       and fix a typo "boommark"
  463.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  464.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  465.  
  466. 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
  467.     * libraries/tooltip.js: new JS library for tooltips (hints)
  468.     * libraries/common.lib.php: img tag modified for mouseover / mouseout
  469.       (show/hide tooltip)
  470.     * header.inc.php: needed div-container for tooltips
  471.     * footer.inc.php: linking to js-file tooltip.js
  472.     * themes/.../theme_right.css.php: tooltip class
  473.     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
  474.       to small
  475.     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
  476.     * themes/.../theme_right.css.php: new class for disabled (not available)
  477.       text / values / messages
  478.     * libraries/tooltip.js: removed wrong typos (sorry)
  479.  
  480. 2005-01-20 Alexander M. Turek  <me@derrabus.de>
  481.     * server_engines.php, server_links.inc.php: Use Michael's new icon for
  482.       storage engines.
  483.     * main.php: Added link to storage engines sub-page.
  484.  
  485. 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
  486.     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
  487.       lang/*.php: bug #1084820: ask a confirmation when a user wants to
  488.       reach the End of rows, and count the exact number of rows to
  489.       go to the real end
  490.       TODO: page number selector
  491.     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
  492.       to reveal the full message for browsers who truncate it,
  493.       thanks to Alexander for the suggestion
  494.  
  495. 2005-01-18 Alexander M. Turek  <me@derrabus.de>
  496.     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
  497.       - Emulation for < MySQL 4.1.2;
  498.       - BerkeleyDB version information.
  499.     * tbl_properties.inc.php, tbl_properties_operations.php,
  500.       libraries/storage_engines.lib.php: Auto-generated engine selection
  501.       dropdown.
  502.     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
  503.  
  504. 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
  505.     * libraries/common.lib.php: modified function for
  506.       Add a link by MySQL-Error #1062 - Duplicate entry
  507.       (feature request #1036254)
  508.  
  509. 2005-01-17 Michal ─îiha┼Ö  <michal@cihar.com>
  510.     * lang/czech: Fix typos (translation #1103785).
  511.  
  512. 2005-01-17 Alexander M. Turek  <me@derrabus.de>
  513.     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
  514.       parameters.
  515.  
  516. 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  517.     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
  518.       #1060 in the logic for error #1062
  519.  
  520. 2005-01-15 Alexander M. Turek  <me@derrabus.de>
  521.     * server_engines.php, server_links.inc.php, lang/*.inc.php,
  522.       libraries/storage_engines.php: Detailed storage engines status
  523.       information.
  524.  
  525. 2005-01-12 Alexander M. Turek  <me@derrabus.de>
  526.     * tbl_properties_table_info.inc.php: Basic view detection.
  527.     * tbl_properties_structure.php: Disabled table-specific interface elements
  528.       for views.
  529.  
  530. 2005-01-11 Alexander M. Turek  <me@derrabus.de>
  531.     * libraries/relation.lib.php:
  532.       - Removed redundant code;
  533.       - Fixed some comments.
  534.     * tbl_properties_structure.php: Corrected TH numbering.
  535.     * db_details_structure.php: Small design glitch with "in use" tables.
  536.     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
  537.       - Views are now displayed correctly within the table list;
  538.       - Added ability to drop views from the db structure page.
  539.         TODO: It is not yet possible to drop a view from the table sub pages.
  540.  
  541. 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  542.     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
  543.       on invalid login
  544.  
  545. 2005-01-10 Michal ─îiha┼Ö  <michal@cihar.com>
  546.      * lang/czech: Fix typo (translation #1099459).
  547.  
  548. 2005-01-10 Olivier Mueller <om@omnis.ch>
  549.     * README: copyright, we're in 2005
  550.  
  551. 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  552.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  553.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  554.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  555.     * lang/dutch: Updates, thanks to Ivo Teel.
  556.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  557.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  558.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  559.     ### 2.6.1-rc2 released
  560.  
  561. 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  562.     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
  563.       a FLOAT field in MySQL 4.1.x
  564.  
  565. 2005-01-07 Michal ─îiha┼Ö  <michal@cihar.com>
  566.     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
  567.       libraries/functions.js, libraries/tbl_change.js,
  568.       libraries/keyhandler.js: Use Option key for Safari for moving (bug
  569.       #1094137), move key handler function to separate file so we have only
  570.       one, make movement work correctly in vertical display of properties.
  571.     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
  572.       (bug #1097593).
  573.  
  574. 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  575.     * tbl_change.php: removed old PHP3-workaround that caused problems
  576.       with field names like '000'
  577.  
  578. 2005-01-05 Michal ─îiha┼Ö  <michal@cihar.com>
  579.     * tbl_properties_operations.php: Fix changning table parameters if it has
  580.       no auto increment (bug #1096246).
  581.  
  582. 2005-01-04 Alexander M. Turek  <me@derrabus.de>
  583.     * lang/german-*.inc.php:
  584.       - Updates and small corrections;
  585.       - Synchronized translation with the German MySQL documentation.
  586.  
  587. 2005-01-03 Michal ─îiha┼Ö  <michal@cihar.com>
  588.     * export.php: Use standardised mime types and use content encoding for
  589.       gzip/bzip2. I hope this will fix double gzip compression as in bug
  590.       #1094649.
  591.  
  592. 2005-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  593.     * tbl_alter.php: Don't try to set collation for non text fields (bug
  594.       #1094109).
  595.     * sql.php: Do not forget reloading when launching multiple queries (bug
  596.       #1090818).
  597.  
  598. 2004-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  599.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  600.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  601.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  602.  
  603. 2004-12-30 Michal ─îiha┼Ö  <michal@cihar.com>
  604.     * libraries/fpdf/ufpdf.php: Fix some warnings.
  605.  
  606. 2004-12-29 Michal ─îiha┼Ö  <michal@cihar.com>
  607.     * libraries/export/sql.php: Fix typo.
  608.     * server_databases.php: Use same sort order as in left frame (bug
  609.       #1087244), allow sorting even if not showing stats.
  610.     * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
  611.       libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
  612.       uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
  613.       bit modified FPDF class. (bug #1046051)
  614.     * Documentation.html: Added info about UFPDF library.
  615.     * lang/czech, lang/english: Improved some texts, also bug #1009667.
  616.  
  617. 2004-12-28 Michal ─îiha┼Ö  <michal@cihar.com>
  618.     * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
  619.     * config.inc.php, lang/*, libraries/common.lib.php,
  620.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  621.       libraries/export/sql.php: Support for selecting SQL export compatibility
  622.       (RFE #1060040).
  623.     * libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
  624.     * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
  625.     * read_dump.php: Fix database name extraction from use statement (bug
  626.       #1084777).
  627.     * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
  628.       still allows to select theme in configuration (bug #1084712).
  629.     * tbl_replace.php: Remove unused code.
  630.     * main.php, lang/*, libraries/string.lib.php: Added warnings about
  631.       mbstring - one to disable function overloading and one for requesting
  632.       mbstring for multibyte charsets (bugs #1063149 and #1063821).
  633.     * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
  634.       Support for editing next entry (when numeric primary key) (RFE
  635.       #1074906).
  636.  
  637. 2004-12-26 Marc Delisle  <lem9@users.sourceforge.net>
  638.     * libraries/database_interface.lib.php: bug #1085647, wrong parameters
  639.       for strpos(), thanks to Meithar - meithar
  640.     * libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
  641.       thanks to jamaz - jamaz
  642.     * tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
  643.     * scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
  644.     * tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
  645.  
  646. 2004-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  647.     * libraries/blowfish.php: bug #1085997, undefined variables,
  648.       patch thanks to Chandrakumar Muthaiah - sudhach
  649.  
  650. 2004-12-14 Alexander M. Turek  <me@derrabus.de>
  651.     * libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
  652.  
  653. 2004-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  654.     * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
  655.     * libraries/export/sql.php: Do not duplicate constraints when exporting
  656.       multiple databases (bug #1084459).
  657.  
  658. 2004-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  659.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  660.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  661.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  662.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  663.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  664.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  665.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  666.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  667.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  668.     * lang/turkish update, thanks to boralioglu.
  669.     ### 2.6.1-rc1 released
  670.  
  671. 2004-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  672.     * libraries/transformations/text_plain__external.inc.php:
  673.       security fix: no longer use the shell to execute external program
  674.     * Documentation.html: mention the new need of PHP >= 4.3.0 to run
  675.       external programs
  676.  
  677. 2004-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  678.     * tbl_row_delete.php, libraries/display_tbl.lib.php:
  679.       cannot drop or export multiple rows under IE6
  680.  
  681. 2004-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  682.     * read_dump.php: security fix on $sql_localfile
  683.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  684.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  685.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  686.  
  687. 2004-12-01 Marc Delisle  <lem9@users.sourceforge.net>
  688.     * db_details_structure.php, lang/*: added hint strApproximateCount referring
  689.       to FAQ 3.11 (bug #1075658)
  690.  
  691. 2004-11-30 Marc Delisle  <lem9@users.sourceforge.net>
  692.     * libraries/auth/cookie.auth.lib.php: Avoid displaying the
  693.       "No activity" message if more than 4 times the LoginCookieValidity
  694.       timeout has passed: no need to alert users the next morning
  695.       (for example) that they have been inactive.
  696.  
  697. 2004-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  698.     * libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
  699.       to explain to users why they have to relogin
  700.  
  701. 2004-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  702.     * libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
  703.  
  704. 2004-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  705.     * libraries/mcrypt.lib.php, /libraries/blowfish.php,
  706.       libraries/auth/cookie.auth.lib.php: support of mcrypt
  707.       library (blowfish) for speed improvement in auth_type cookie
  708.  
  709. 2004-11-23 Marc Delisle  <lem9@users.sourceforge.net>
  710.     * user_password.php: wrong generated cookie name
  711.  
  712. 2004-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  713.     * server_privileges.php: bug #1067626, column privileges while copying user
  714.     * libraries/common.lib.php: bug #1070197, not connecting if using
  715.       a non-standard HTTP port (bug introduced in 2.6.0-pl3)
  716.  
  717. 2004-11-19 Garvin Hicking <pma@supergarv.de>
  718.     * libraries/bookmark.lib.php, left.php:
  719.       Massively speed up table display for left frame, if
  720.       PMA infrastructure is used. Use native PHP function
  721.       for indenting.
  722.     * libraries/mysql_charsets.lib.php: Use a static
  723.       array cache to speed up returning the same collation
  724.       information.
  725.  
  726. 2004-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  727.     * libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
  728.       let's use it!
  729.     * tbl_indexes.php: bug #1068994, undefined variable
  730.     * libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
  731.  
  732. 2004-11-16 Michal ─îiha┼Ö  <michal@cihar.com>
  733.     * left.php: Possible undefined index (bug #1067199).
  734.     * Documentation.html: Warn about Excel export problems in documentation
  735.       (bug #1063082).
  736.  
  737. 2004-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  738.     * tbl_relation.php: bug #1050437, intercept constraint failure
  739.       and do not offer to add an InnoDB foreign key if the field
  740.       does not have a key
  741.  
  742. 2004-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  743.     * server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
  744.     * libraries/display_tbl.lib.php: bug #1065688: display the Full text link
  745.       on the results for PROCEDURE ANALYSE
  746.  
  747. 2004-11-11 Michal ─îiha┼Ö  <michal@cihar.com>
  748.     * tbl_properties_operations.php: Allow InnoDB text to be included in user
  749.       comment.
  750.  
  751. 2004-11-09 Michal ─îiha┼Ö  <michal@cihar.com>
  752.     * browse_foreigners.php, server_binlog.php: Truncate text according to
  753.       text length and not byte count.
  754.  
  755. 2004-11-07 Alexander M. Turek  <me@derrabus.de>
  756.     * Documentation.html, README: Updated credits.
  757.  
  758. 2004-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  759.     * mult_submits.inc.php: bug #1054720, multi-row delete
  760.  
  761. 2004-11-06 Michael Keck  <mkkeck@users.sourceforge.net>
  762.     * queryframe.php: bug #1046434 (Light mode does not work)
  763.  
  764. 2004-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  765.     * libraries/common.lib.php: put sanitize logic in PMA_sanitize()
  766.     * sql.php: sanitize confirm page
  767.     * db_details_structure.php: bug #1049553, undefined $db_collation
  768.  
  769. 2004-11-05 Marc Delisle  <lem9@users.sourceforge.net>
  770.     * Documentation.html: new controluser behavior starting from MySQL 4.1.2
  771.  
  772. 2004-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  773.     * libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
  774.       server_privileges.php: now PMA_showMessage() sanitizes the message
  775.       to defeat XSS attacks. Calling scripts use special tags like
  776.       [br], [i], [/i], [b], [/b] in the message.
  777.     * main.php: bug #1058692, call-time pass-by-reference error
  778.     * sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
  779.  
  780. 2004-11-10 Garvin Hicking
  781.     * config.inc.php: Reverted commenting out of QueryWindowWidth/Height
  782.       settings. Those can be overriden by a themes layout.inc.php,
  783.       but not neccessarily so.
  784.  
  785. 2004-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  786.     * libraries/common.lib.php: More robust PmaAbsoluteUri detection.
  787.     * libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
  788.     * libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
  789.  
  790. 2004-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  791.     * tbl_indexes.php: Fix index editing.
  792.     * sql.php: Decode table name.
  793.     * lang/czech: Updated.
  794.  
  795. 2004-11-09 Garvin Hicking
  796.     * libraries/display_tbl.lib.php, libraries/common.lib.php,
  797.       browse_foreigners.php: RFE #925817 - Abstracted page selector to
  798.       its own function, now create sloped pagination to easily jump
  799.       to any wanted page.
  800.     * read_dump.php: RFE #1053039, show filename of uploaded SQL file
  801.     * sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
  802.       lang/*: Added checks for common problems with table indices.
  803.       Serves as a stub for future checks, currently implemented are
  804.       the ones mentioned in RFE #1044677. The check can be performed
  805.       on multiple tables by using "check table" on selected tables in
  806.       DB structure.
  807.  
  808. 2004-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  809.     * server_privileges.php: MySQL 4.1.x compatibility for list of initials
  810.  
  811. 2004-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  812.     * main.php: for MySQL 4.1.2+ a non-privileged user can do
  813.       a simple SHOW GRANTS to fetch current privileges, so we no longer
  814.       need the control user for this check
  815.  
  816. 2004-11-01 Michal ─îiha┼Ö  <michal@cihar.com>
  817.     * libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
  818.  
  819. 2004-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  820.     * server_privileges.php (top index): MySQLi compatibility,
  821.       use PMA_convert_using() in case of non-latin1 user table,
  822.       and fix bug #1054467 (in case of BINARY User field)
  823.     * header.inc.php: bug #1053310, undefined index under OmniSecure server
  824.     * tbl_relation.php: bug #1050424, not positionned on current db
  825.     * tbl_alter.php: bug #1054756, duplicate top menu
  826.     * lang/english: bug #1056724, typo
  827.  
  828. 2004-10-28 Alexander M. Turek  <me@derrabus.de>
  829.     * user_password.php, lang/*.inc.php: Allow usage of old password hashing
  830.       function.
  831.  
  832. 2004-10-27 Alexander M. Turek  <me@derrabus.de>
  833.     * config.inc.php, libraries/config_import.lib.php,
  834.       libraries/sqlparser.data.php: Added function OLD_PASSWORD().
  835.  
  836. 2004-10-26 Alexander M. Turek  <me@derrabus.de>
  837.     * libraries/sqlparser.data.php: Added OFFSET.
  838.  
  839. 2004-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  840.     * libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
  841.       full URI (patch #1044123).
  842.     * tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
  843.       that broke multi submits for MSIE (bug #1052674).
  844.  
  845. 2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
  846.     * config.inc.php, themes/*/layout.inc.php:
  847.       bug #1050666 - Query window too small darkblue/orange theme
  848.  
  849. 2004-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  850.     * server_privileges.php: top index for user initials
  851.  
  852. 2004-10-22 Alexander M. Turek
  853.     * lang/english-*.inc.php: Grammar fix.
  854.  
  855. 2004-10-22 Michal ─îiha┼Ö  <michal@cihar.com>
  856.     * db_details_structure.php: Use "Structure" instead of "Properties" for
  857.       link to table structure.
  858.     * db_operations.php, lang/*: We switch to database here. not table.
  859.     * lang/*: strProperties is not used anywhere now.
  860.     * config.inc.php: Mention db_operations.php possibility.
  861.     * libraries/transformations/text_plain__external.inc.php: Unless admin
  862.       specifies there programs to use, it does nothing now.
  863.  
  864. 2004-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  865.     * tbl_query_box.php: bug 1050691, missing parameters
  866.  
  867. 2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
  868.     * libraries/common.lib.php: feature request #1036254
  869.       Add a link by MySQL-Error #1062 - Duplicate entry
  870.  
  871. 2004-10-21 Michal ─îiha┼Ö  <michal@cihar.com>
  872.     * [too many files to mention]: Cleanup of message displaying and
  873.       navigation reloading. Messages are now displayed bellow tabs (RFE
  874.       #1005511), navigation is reloaded once in header (I'm not sure whether I
  875.       choose correct version of reload code, we have several diferent, but it
  876.       seems to work well).
  877.     * tbl_properties_structure.php, libraries/common.lib.php,
  878.       libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
  879.       button or image to submit form and not to duplicate code on all places.
  880.     * tbl_addfield.php: Display tabs.
  881.     * mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
  882.       on multiple fields (RFE #990136).
  883.     * db_operations.php: Duplicate create new table dialog (see RFE #808029).
  884.     * main.php: Don't display server choice here, if also in left frame (RFE
  885.       #984153).
  886.     * libraries/common.lib.php: Fix navigation reloading.
  887.     * server_databases.php: Show box for creating database here (RFE #869814).
  888.  
  889. 2004-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  890.     * libraries/common.lib.php: there was already a tip icon in our collection,
  891.       thanks to Michael Keck
  892.  
  893. 2004-10-20 Michal ─îiha┼Ö  <michal@cihar.com>
  894.     * lang/czech: Update.
  895.     * tbl_relation.php: Backquote table name (bug #1050441).
  896.     * db_details_qbe.php: Backquote table name.
  897.     * libraries/display_tbl.lib.php: Comments now work for multi table selects
  898.       (bug #789647).
  899.     * server_processlist.php: Display executed SQL.
  900.     * main.php, server_common.inc.php, server_links.inc.php,
  901.       server_binlog.php, lang/*: Added support for displaying bin logs (RFE
  902.       #1011770).
  903.     * Documentation.html, config.inc.php, libraries/common.lib.php,
  904.       libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
  905.       libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
  906.       (RFE #1012971), show just Access denied in case we denied it.
  907.     * db_operations.php, db_details_links.php, db_details_structure.php:
  908.       Separate operations from structure (RFE #808029).
  909.     * tbl_move_copy.php: Remove unused PMA_myHandler().
  910.     * lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
  911.       db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
  912.       #996730), this forced separating code for copying tables.
  913.  
  914. 2004-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  915.     * libraries/database_interface.lib.php: bug #1041667, correctly
  916.       check the server version instead of the client API version
  917.     * tbl_change.php, libraries/common.lib.php, lang/*: new function
  918.       PMA_showHint($message), new $strUseTabKey,
  919.       new light bulb image (temporary)
  920.     * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
  921.  
  922. 2004-10-19 Michal ─îiha┼Ö  <michal@cihar.com>
  923.     * export.php: Use just \n for SQL exports (bug #1042521).
  924.     * libraries/read_dump.lib.php: Set correct return value (bug #1048861).
  925.     * sql.php: Fix undefined index.
  926.     * libraries/sqlparser.lib.php: Return raw query in case of error (bug
  927.       #1048826).
  928.     * main.php, queryframe.php: Handle correctly situation with no default
  929.       server (bug #1049107).
  930.     * tbl_create.php, libraries/common.lib.php: 0 as field name causes
  931.       problems (bug #1042235).
  932.     * read_dump.php, server_privileges.php, server_status.php, sql.php: Work
  933.       better in ANSI mode (bug #816858).
  934.     * lang/czech: Reordered some words.
  935.     * libraries/select_server.lib.php: Clickable active server in left frame
  936.       (RFE # 1044678).
  937.     * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
  938.       Fix left frame reloading after dropping table (bug #1034531).
  939.     * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
  940.       also for numeric fields.
  941.     * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
  942.       #1039193).
  943.     * server_privileges.php: Make non-js checkall work also for adding new
  944.       user (bug #1028055).
  945.     * libraries/zip.lib.php: Drop unneed part of header which causes troubles
  946.       to some programs (bug #1037737).
  947.     * index.php: Add frame spacing (RFE #1036013).
  948.     * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
  949.       #864984).
  950.  
  951. 2004-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  952.     * lang/turkish update, thanks to boralioglu.
  953.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  954.  
  955. 2004-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  956.     * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
  957.       and CLIENT_LOCAL_FILES in mysqli
  958.  
  959. 2004-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  960.     * pdf_schema.php: new way to define font path,
  961.       needed with the new fpdf library; also now output inline,
  962.       I find it faster this way, please tell me if you prefer
  963.       the old dialog method and why.
  964.     * tbl_change.php: bug #1038401, tabbing from value to value
  965.     * sql.php: detect this case:
  966.       SELECT DISTINCT x AS foo, y AS bar FROM sometable
  967.       and count rows correctly (in MySQL 3),
  968.       thanks to Matthias Pigulla (mp@webfactory.de)
  969.     * server_privileges.php: cosmetic: title for Edit privileges
  970.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  971.     * lang/italian: Updates, thanks to Pietro Danesi
  972.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  973.  
  974. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  975.     * libraries/fpdf/fpdf.php: Updated to 1.52.
  976.  
  977. 2004-10-13 Alexander M. Turek  <me@derrabus.de>
  978.     * Documentation.html: Mike Beck's e-mail address has changed.
  979.  
  980. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  981.     * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
  982.     * lang/czech: Fix some translations.
  983.     * libraries/transformations/text_plain__external.inc.php: Handle better
  984.       backslash.
  985.     * themes/*/img/*.gif: Remove unused gif images.
  986.  
  987. 2004-10-12 Alexander M. Turek  <me@derrabus.de>
  988.     * db_search.php, tbl_select.php, libraries/database_interface.lib.php:
  989.       - bug #1033388 (Illegal mix of collations for converted strings),
  990.       - don't convert if column charset and connection charset match.
  991.     * main.php, libraries/select_lang.lib.php,
  992.       libraries/auth/cookie.auth.lib.php: Automatically select Traditional
  993.       Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
  994.       translations tracker (#1036528).
  995.     * lang/sync_lang.sh: Base charset for German is now UTF-8.
  996.     * lang/german-*.inc.php: Updates.
  997.  
  998. 2004-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  999.     * sql.php: Don't try to require sql.php with parameters, rather redirect
  1000.       to it.
  1001.     * libraries/transformations.lib.php: Strip slashes to behave like
  1002.       documentation says.
  1003.     * libraries/transformations/text_plain__external.inc.php: Escape special
  1004.       shell chars to avoid their interpretation (bug #1044864).
  1005.  
  1006. 2004-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  1007.     * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
  1008.     * libraries/export/sql.php: bug #1039639: under mysqli, some field types
  1009.       were wrongly exported as binary
  1010.     * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
  1011.       column sort with JOIN
  1012.  
  1013. 2004-10-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1014.     * tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
  1015.     * libraries/export/sql.php: Convert end of line chars we get from MySQL
  1016.       (bug #1042521).
  1017.  
  1018. 2004-10-08 Garvin Hicking <pma@supergarv.de>
  1019.     * lots of files: Adjusted superfluous spaces, added
  1020.       more CSS-ID attributes for better themeability.
  1021.  
  1022. 2004-10-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1023.     * tbl_query_box.php: Reenabled %f substitution.
  1024.  
  1025. 2004-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  1026.     * tbl_alter.php: field structure changes not applied (CVS version only)
  1027.     * export.php: bug #1038804, insufficient space to save
  1028.  
  1029. 2004-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  1030.     * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
  1031.     * tbl_create.php: cannot create a new table (CVS version only)
  1032.  
  1033. 2004-09-29 Marc Delisle  <lem9@users.sourceforge.net>
  1034.     * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
  1035.       of LIMIT to queries, and bug #1037004, UPDATE statement not showing
  1036.     * tbl_properties_operations.php: bug #1035524, cannot add comments to table
  1037.  
  1038. 2004-09-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1039.     * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
  1040.       wording when adding fields (bug #991096).
  1041.     * tbl_query_box.php, lang/*: Not translated text (bug #1010656).
  1042.     * themes.php, lang/*: Not translated text (bug #1016610).
  1043.     * tbl_properties_structure.php: Use also $strAddFields (as suggested by
  1044.       Marc).
  1045.  
  1046. 2004-09-28 Alexander M. Turek  <me@derrabus.de>
  1047.     * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
  1048.       (bug #1033360), thanks to Claude Theroux.
  1049.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  1050.     * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
  1051.     * lang/persian-*.inc.php: Added missing $timespanfmt variable.
  1052.  
  1053. 2004-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  1054.     ### 2.6.0 released
  1055.  
  1056. 2004-09-26 Marc Delisle  <lem9@users.sourceforge.net>
  1057.     * read_dump.php: improvements in detection and reload
  1058.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  1059.  
  1060. 2004-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  1061.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  1062.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  1063.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1064.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1065.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  1066.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1067.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  1068.  
  1069. 2004-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  1070.     * sql.php: following the fix for bug #978930, the added LIMIT was
  1071.       not displayed anymore
  1072.     * read_dump.php: bug #1033133, left frame not reloaded after dump read
  1073.     * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
  1074.     * read_dump.php: bug #1034216 open_basedir and file upload,
  1075.       thanks to Dominique Rousseau - domi
  1076.  
  1077. 2004-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1078.     * libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
  1079.  
  1080. 2004-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  1081.     * all themes: item_ltr.png and item_rtl.png: new solid arrow
  1082.       that looks better, thanks to Efim Shuvikov
  1083.  
  1084. 2004-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1085.     * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
  1086.       prepend $cfg['ThemePath'] with another './'.
  1087.  
  1088. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  1089.     * config.inc.php, libraries/config_import.lib.php: Added "./" to the
  1090.       default value of $cfg['ThemePath']. Thanks to Donny Simonton for
  1091.       pointing this out.
  1092.     * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
  1093.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
  1094.     * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
  1095.  
  1096. 2004-09-22 Marc Delisle  <lem9@users.sourceforge.net>
  1097.     * tbl_query_box.php, read_dump.php: bug #1032066: when no db was
  1098.       selected from the left panel, the query window's Import Files had
  1099.       no submit button; also, read_dump always tried a PMA_select_db($db)
  1100.       even if $db was empty
  1101.  
  1102. 2004-09-22 Michal ─îiha┼Ö  <michal@cihar.com>
  1103.     * lang/czech: Update.
  1104.     * lang/sync_lang.sh: Default to iconv, as it doesn't break some
  1105.       translations as recode does.
  1106.     * lang/japanese-euc.inc.php: Don't allow recoding for this one.
  1107.  
  1108. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  1109.     * lang/turkish-*.inc.php: Update, thanks to boralioglu.
  1110.     * lang/sync_lang.sh: Switched turkish base charset to UTF-8.
  1111.  
  1112. 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
  1113.     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
  1114.     ### 2.6.0-rc3 released
  1115.  
  1116. 2004-09-21 Alexander M. Turek  <me@derrabus.de>
  1117.     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
  1118.       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
  1119.       FIXME: The current solution breaks the display of the executed queries.
  1120.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
  1121.       PMA_getCollationDescr() recognize the new Persian collations that will be
  1122.       included in MySQL 4.1.5.
  1123.  
  1124. 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  1125.     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
  1126.       error importing when last table exported was empty
  1127.     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
  1128.       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
  1129.  
  1130. 2004-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  1131.     * Documentation.html: Add info about theme generations.
  1132.  
  1133. 2004-09-19 Alexander M. Turek  <me@derrabus.de>
  1134.     * Documentation.html: Clarification.
  1135.  
  1136. 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  1137.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  1138.  
  1139. 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  1140.     * lang/russian updated, thanks to "nobody"
  1141.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  1142.  
  1143. 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  1144.     * config.inc.php, Documentation.html: clarifications about QueryFrame
  1145.     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
  1146.       thanks to Michael Keck
  1147.  
  1148. 2004-09-16 Garvin Hicking <me@supergarv.de>
  1149.     * libraries/display_export.lib.php: Bug #1010752 - Remove space
  1150.       before <label> to be consistent throughout the panel.
  1151.  
  1152. 2004-09-15 Garvin Hicking <me@supergarv.de>
  1153.     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
  1154.       Fixed foreign key browser window to also work from within
  1155.       Search-subpanel.
  1156.  
  1157. 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  1158.     * server_privileges.php: stay on the form when passwords don't match
  1159.       (after the js alert)
  1160.     * left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
  1161.       workaround thanks to Ryan Schmidt
  1162.  
  1163. 2004-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1164.     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
  1165.       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
  1166.       themes/original/info.inc.php: Better theme version check (bug #1023029).
  1167.     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
  1168.       login (bug #1027873).
  1169.  
  1170. 2004-09-13 Garvin Hicking <me@supergarv.de>
  1171.     * browse_foreigners.php: bug #1027204 - paging did not
  1172.       work in foreigner browsing window.
  1173.  
  1174. 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  1175.     * sql.php: bug #988723, sql error when ordering by count( * )
  1176.  
  1177. 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
  1178.     * lang/dutch: small update
  1179.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  1180.     * server_privileges.php: bug #1003238, cannot manipulate a username
  1181.       like "example@nothost" where the "@" is part of the username
  1182.  
  1183. 2004-09-10 Alexander M. Turek  <me@derrabus.de>
  1184.     * lang/german-*.inc.php: grammar.
  1185.  
  1186. 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  1187.     * Documentation.html: bug #1022338: clarify about needed chown -R
  1188.       on the scripts (otherwise, problems in PHP safe mode)
  1189.     * tbl_change.php: bug #1024434, undefined sql_query when clicking
  1190.       on Insert tab from the Insert textfile sub-page
  1191.  
  1192. 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  1193.     * main.php: bug #992211, wrong parameters to
  1194.       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
  1195.  
  1196. 2004-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1197.     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
  1198.       full one (bug #1023444).
  1199.  
  1200. 2004-09-07 Alexander M. Turek  <me@derrabus.de>
  1201.     * main.php: Typo.
  1202.     * libraries/sqlparser.data.php: Added keyword "SESSION".
  1203.  
  1204. 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  1205.     ### 2.6.0-rc2 released
  1206.  
  1207. 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  1208.     * ldi_table.php: bug #1010652, wrong label,
  1209.       thanks to Ryan Schmidt - ryandesign for the patch
  1210.  
  1211. 2004-09-05 Alexander M. Turek  <me@derrabus.de>
  1212.     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
  1213.       SHOW TABLE TYPES.
  1214.     * tbl_create.php: Use default tab.
  1215.     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
  1216.       MySQL 4.1.
  1217.     * main.php: Check the privileges of the anonymous user, too.
  1218.  
  1219. 2004-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  1220.     * Documentation.html: Add information about theme versions and names.
  1221.  
  1222. 2004-09-04 Alexander M. Turek  <me@derrabus.de>
  1223.     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
  1224.     * db_search.php, tbl_select.php: Made search independant from the
  1225.       connection charset.
  1226.  
  1227. 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  1228.     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
  1229.     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
  1230.       choices from the drop-down (in main) for MySQL 4.1.x
  1231.     * Documentation.html: added some missing variables and new FAQ 2.7
  1232.       about using and creating themes
  1233.  
  1234. 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
  1235.     * main.php, server_privileges.php, libraries/common.lib.php:
  1236.       replace charset introducers by CONVERT USING,
  1237.       to support servers where the mysql.* tables are not in latin1
  1238.     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
  1239.       twice in the drop-down list of field types
  1240.  
  1241. 2004-09-03 Alexander M. Turek  <me@derrabus.de>
  1242.     * Documentation.html: Typos; added a note about the deprecated MySQL
  1243.       versions 4.1.0 and 4.1.1.
  1244.  
  1245. 2004-09-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1246.     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
  1247.       #1013787).
  1248.     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
  1249.       behaviour (bug #1018457).
  1250.     * main.php, themes.php: Escape theme names (bug #1016608).
  1251.     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
  1252.       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
  1253.  
  1254. 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
  1255.     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
  1256.       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
  1257.       was used but produced an Undefined offset in blowfish.php, because
  1258.       on previous PMA versions it was not encoded the same way. Now this old
  1259.       cookie is not used. Users have to reenter their username (not a big
  1260.       impact IMO)
  1261.  
  1262. 2004-09-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1263.     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
  1264.  
  1265. 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
  1266.     * server_privileges.php: bug #1007870, illegal mix of collations
  1267.       for operation UNION
  1268.  
  1269. 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  1270.     * tbl_properties_structure.php, tbl_properties.inc.php,
  1271.       libraries/sqlparser.data.php, /database_interface.lib.php:
  1272.       support for VARBINARY and BINARY field types
  1273.  
  1274. 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  1275.     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
  1276.       wrong db name generated in SHOW KEYS
  1277.  
  1278. 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  1279.     * index.php, libraries/common.lib.php: bug #1006011: now we save
  1280.       the chosen connection collation into a cookie
  1281.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  1282.     * lang/hebrew, turkish: bug 1016609: <br> tags
  1283.  
  1284. 2004-08-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1285.     * main.php: Don't show port after verbose name (bug #1013401).
  1286.  
  1287. 2004-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1288.     * scripts/create-release.sh: Support for snapshots outside sourceforge.
  1289.     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
  1290.  
  1291. 2004-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  1292.     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
  1293.       #978930, found by Marc).
  1294.  
  1295. 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  1296.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  1297.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  1298.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  1299.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  1300.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  1301.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  1302.  
  1303. 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  1304.     * themes/darkblue_orange/img/logo_left.php: transparent version,
  1305.       thanks to Michael Keck
  1306.     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
  1307.       commands out of sync
  1308.     * tbl_indexes.php: optimize: remove unneeded row count
  1309.     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
  1310.       in mysqli
  1311.     * tbl_replace.php: could not upload a binary field in mysqli
  1312.     * libraries/transformations.lib.php: could not change MIME type, etc
  1313.       in mysqli
  1314.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  1315.  
  1316. 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  1317.     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
  1318.  
  1319. 2004-08-19 Michal ─îiha┼Ö  <michal@cihar.com>
  1320.     * read_dump.php: Fixed one case of reload detection (I forgot to update
  1321.       second regexp on 2004-08-16) (bug #1011479).
  1322.  
  1323. 2004-08-17 Michal ─îiha┼Ö  <michal@cihar.com>
  1324.     * sql.php: Work with $display_query only if set (Marc spotted this out).
  1325.     * libraries/display_export.lib.php: No options text should not be bold red
  1326.       (bug #1010759).
  1327.  
  1328. 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  1329.     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
  1330.       libraries/common.lib.php: bug #983735: move search operators to
  1331.       config file, and set "LIKE" as default operator instead of "LIKE %...%",
  1332.       for performance reasons
  1333.  
  1334. 2004-08-16 Alexander M. Turek  <me@derrabus.de>
  1335.     * libraries/relation.lib.php: Fixed some collation problems with the
  1336.       relational tables (bug #995359).
  1337.  
  1338. 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  1339.     * all .../theme_right_css.php: bug #1009661, typo,
  1340.       thanks to Ryan Schmidt (ryandesign)
  1341.  
  1342. 2004-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1343.     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
  1344.     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
  1345.       not for MySQL >= 4.0.
  1346.     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
  1347.       #978930).
  1348.  
  1349. 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  1350.     (Patches from Michael Keck)
  1351.     * left.php, queryframe.php, themes.php: bug #1005479: was using
  1352.       a hardcoded charset
  1353.     * themes/.../themes_left.css, /themes_right.css: new style for
  1354.       better vertical alignment
  1355.  
  1356. 2004-08-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1357.     * libraries/read_dump.lib.php: Fix possible undefined index (bug
  1358.       #1008232).
  1359.     * scripts/create-release.sh: Rename config.default to config.default.php.
  1360.  
  1361. 2004-08-12 Michal ─îiha┼Ö  <michal@cihar.com>
  1362.     * db_details_structure.php: Inconsistency of drop/empty links (bug
  1363.       #989705).
  1364.     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
  1365.       Change look of adding fields into table (bug #991095).
  1366.     * many files: I again did some XHTML validation, so removed few of most
  1367.       obvious errors, but there are still many, mostly missing alt attributtes
  1368.       for images and wrongly nested tags.
  1369.     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
  1370.       (bug #1008002).
  1371.     * libraries/config_import.lib.php: Remove compatibility code for colors.
  1372.     * lang/czech: Improved message.\
  1373.     * main.php, themes.php, libraries/common.lib.php,
  1374.       libraries/defines.lib.php, libraries/select_theme.lib.php,
  1375.       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
  1376.       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
  1377.     * left.php: Use always natsort and not natcasesort in one case, it caused
  1378.       inconsistency (bug #1008120).
  1379.  
  1380. 2004-08-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1381.     * tbl_replace.php: Do not empty protected values (bug #1006812).
  1382.     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
  1383.       (bug #1007287).
  1384.     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
  1385.       MYSQLI_USE_RESULT (bug #1007286).
  1386.  
  1387. 2004-08-10 Michal ─îiha┼Ö  <michal@cihar.com>
  1388.     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
  1389.       otherwise accidentally octal numbers are expected (part of bug
  1390.       #1005865).
  1391.  
  1392. 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  1393.     * lang/turkish update, thanks to Bora Alioglu
  1394.     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
  1395.       dropdowns, thanks to Joerg Klein (j0erch) for the fix
  1396.  
  1397. 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  1398.     * libraries/relation.lib.php:
  1399.         bug 1005414, undefined offset when no display field has been defined;
  1400.         bug 1004546, sort error in dropdown list of foreign values;
  1401.         incorrect result was freed
  1402.     * libraries/relation.lib.php: use natural order sort according to config
  1403.     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
  1404.       with mysqli extension
  1405.     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
  1406.       on MySQL 4.1.2
  1407.     * libraries/bookmark.lib.php: bug (mysqli)
  1408.     * tbl_query_box.php: field list does not show (mysqli)
  1409.     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
  1410.     ### 2.6.0-rc1 released
  1411.  
  1412. 2004-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1413.     * calendar.php: Include correct stylesheet (bug #1005421).
  1414.  
  1415. 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  1416.     * lang/turkish update, thanks to Bora Alioglu
  1417.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  1418.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  1419.     * lang/dutch: bug 1000683, backslash typo
  1420.     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
  1421.  
  1422. 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  1423.     * tbl_properties_operations.php: bug 1004523, now display table options
  1424.       according to the possibilities of the table types
  1425.  
  1426. 2004-08-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1427.     * tbl_change.php: Do not free result, we need it later.
  1428.     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
  1429.  
  1430. 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  1431.     (Patches from Michael Keck)
  1432.     * index.php: names and ids for framesets in the noscript section
  1433.     * updated themes screenshots
  1434.     * left.php: bug 998698, db dropdown refresh
  1435.     (me)
  1436.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  1437.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1438.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  1439.  
  1440. 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
  1441.     (Patches from Michael Keck)
  1442.     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
  1443.       button reaches a page where the current page number is not the last one
  1444.     * main.php: - removed bug with hashform.hash
  1445.                 - removed id for input field 'new_database', because it may be
  1446.                   too large for the one lined create db form
  1447.                 - bug #980232 'Javascript error on index page'
  1448.     * db_details_common.php: removed bug with hashform.hash
  1449.     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
  1450.     * queryframe.php - javascript function for dynamic resizing the rows
  1451.                        in the left frameset 'leftFrameset'.
  1452.                        (bugs: #993648, #989581, #988897)
  1453.  
  1454. 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  1455.     * libraries/database_interface.lib.php, /select_lang.lib.php:
  1456.       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
  1457.       the corresponding -UTF-8 version (if it exists); also, now
  1458.       the default language is the non-UTF-8 one
  1459.  
  1460. 2004-08-02 Michal ─îiha┼Ö  <michal@cihar.com>
  1461.     * libraries/export/sql.php: Removed unused code.
  1462.  
  1463. 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  1464.     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
  1465.       out of sync on Insert
  1466.     * tbl_move_copy.php: bug 995098, cannot copy table data only
  1467.     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
  1468.       as suggested by Michal
  1469.     * libraries/export/sql.php: workaround for datetime export because
  1470.       mysqli under MySQL 4.1.3 reports a datetime as binary
  1471.  
  1472. 2004-07-31 Alexander M. Turek  <me@derrabus.de>
  1473.     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
  1474.       optimizations, freed some results (thanks to Marc for the one in
  1475.       tbl_replace.php).
  1476.     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
  1477.       language files.
  1478.  
  1479. 2004-07-30 Alexander M. Turek  <me@derrabus.de>
  1480.     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
  1481.       naming for the chinese language files.
  1482.  
  1483. 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  1484.     * lang/hungarian: updates, thanks to Peter Bakondy
  1485.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1486.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  1487.  
  1488. 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  1489.     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
  1490.  
  1491. 2004-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  1492.     * tbl_properties_structure.php: Allow to create primary key when there was
  1493.       none before (bug #996246).
  1494.  
  1495. 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  1496.     * libraries/sqlparser*.php: bug 981343,
  1497.       cannot copy a table with a timestamp (MySQL 4.1.2)
  1498.  
  1499. 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  1500.     * main.php, libraries/common.lib.php: bug 997682:
  1501.       illegal mix of collations
  1502.     * server_privileges.php: same bug
  1503.       FIXME: check privileges for a db
  1504.  
  1505. 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  1506.     * Documentation.html: take into account the new script to
  1507.       create tables for the infrastructure
  1508.  
  1509. 2004-07-23 Alexander M. Turek  <me@derrabus.de>
  1510.     * config.inc.php, libraries/config_import.lib.php,
  1511.       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
  1512.       charset called gbk.
  1513.  
  1514. 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  1515.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  1516.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1517.  
  1518. 2004-07-20 Alexander M. Turek  <me@derrabus.de>
  1519.     * Documentation.html: added note about php5.
  1520.  
  1521. 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
  1522.     * main.php: doc link for connection collation
  1523.  
  1524. 2004-07-17 Alexander M. Turek  <me@derrabus.de>
  1525.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  1526.       moved redundant post-connect code into database_interface.lib.php.
  1527.     * libraries/url_generating.lib.php: Added ability to skip certain hidden
  1528.       input fields.
  1529.     * libraries/database_interface.lib.php: Added new function for retreiving
  1530.       MySQL variables.
  1531.     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
  1532.       to collation dropdown box.
  1533.     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
  1534.       libraries/url_generating.lib.php: The user may now choose his connection
  1535.       character set. This should fix bug #984912.
  1536.       WARNING: The pmadb needs to be converted to UTF-8 now!
  1537.       TODO: Handle non-UTF-8 pmadb more nicely.
  1538.  
  1539. 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  1540.     * index.php: left frame display problems under IE
  1541.  
  1542. 2004-07-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1543.     * libraries/export/sql.php: Remove code for old MySQL version, do not
  1544.       store query, better handle various end of lines (probably bug #979635).
  1545.  
  1546. 2004-07-15 Alexander M. Turek  <me@derrabus.de>
  1547.     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
  1548.       for PMA database in MySQL 4.1 and above.
  1549.       TODO: - Update docs
  1550.             - Add conversion code to the docs
  1551.             - add charset checks to pmadb validation code
  1552.     * main.php: bug #991887.
  1553.     * server_databases.php: Add database collations to statistics.
  1554.     * lang/german-*.inc.php: Grammar.
  1555.  
  1556. 2004-07-15 Michal ─îiha┼Ö  <michal@cihar.com>
  1557.     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
  1558.       (bug #990330).
  1559.     * libraries/display_export.lib.php: Display SQL export after saving file
  1560.       on server    (bug #989657).
  1561.     * tbl_properties_export.php: In case we don't need to reconstruct complete
  1562.       query just drop LIMIT part (workaround for bug #955175 and should fix
  1563.       bug #990724).
  1564.     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
  1565.  
  1566. 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  1567.     * tbl_change.php: bug 990959, undefined index for DATETIME
  1568.       field (problem in UTF-8 only!)
  1569.     * main.php: bug 984136: other fix for RTL and logo
  1570.  
  1571. 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  1572.     * index.php, libraries/common.lib.php: bug 989581 and left panel
  1573.       display problems when switching themes
  1574.     * tbl_relation.php: bug 978111, out of sync in Relation view
  1575.       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
  1576.        when we later do a PMA_DBI_num_rows() on the results)
  1577.  
  1578. 2004-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1579.     * lang/czech: Updated.
  1580.  
  1581. 2004-07-13 Alexander M. Turek  <me@derrabus.de>
  1582.     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
  1583.       FALSE.
  1584.     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
  1585.       definitions for MySQL 4.1.3 and 4.1.4.
  1586.     * lang/german-*.inc.php: Updates.
  1587.     * db_details_db_info.php: Fixed a few "out of sync" errors.
  1588.     * Documentation.html: removed a pre-php-4.1 note.
  1589.  
  1590. 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  1591.     * all themes/colors.inc.php, libraries/common.lib.php,
  1592.       config.inc.php, Documentation.html: rename colors.inc.php to
  1593.       layout.inc.php, thanks to Garvin for the suggestion
  1594.  
  1595. 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  1596.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1597.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  1598.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1599.  
  1600. 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  1601.     * tbl_change.php: bug 981793, cross-window update message when inserting
  1602.       a record and fetching a value from the browse foreigners window,
  1603.       thanks to Michael Keck
  1604.  
  1605. 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  1606.     * db_details_qbe.php: undefined offset and undefined variable
  1607.  
  1608. 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  1609.     * main.php: bug 984136, wrong alignment in RTL languages
  1610.     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
  1611.       for arabic UTF-8. sync with --iconv works.
  1612.     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
  1613.       missing index error (InnoDB) and give appropriate advice
  1614.  
  1615. 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  1616.     * libraries/export/xls.php: enable user to specify './tmp' as the
  1617.       TempDir -- use realpath() to find the complete path. Add error trap
  1618.       in case OLE cannot write to directory. Add setTempDir() to enable OLE
  1619.       write in this directory.
  1620.     * Documentation.html: document the TempDir creation and PHP safe mode
  1621.       issues with PEAR
  1622.  
  1623. 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  1624.     * footer.inc.php, index.php, queryframe.php: bug 981939, database
  1625.       selection in left frame under Opera, and problems with dropdown
  1626.       in left frame when many databases are there (original theme),
  1627.       thanks to Michael Keck
  1628.     * header.inc.php: bug 965594: spaces after colons, and remove old code
  1629.     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
  1630.       MySQL 4.0.18+ has changed the way to report the foreign key references
  1631.       when the foreign key is in a different db
  1632.  
  1633. 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  1634.     * main.php: put Create button on the same line as the input field
  1635.  
  1636. 2004-07-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1637.     * lang/czech: Updated.
  1638.  
  1639. 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  1640.     * queryframe.php: improve XHTML
  1641.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  1642.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1643.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  1644.  
  1645. 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  1646.     * left.php: fix against security alert, thanks to Garvin
  1647.     * Documentation.html: FAQ 8.2 for security alert
  1648.     * config.inc.php, lang/*, libraries/display_export.lib.php,
  1649.       libraries/config_import.lib.php, libraries/common.lib.php,
  1650.       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
  1651.       of binary fields is optional, because there are fields marked binary
  1652.       that have text contents, like mysql.user
  1653.     ### 2.5.7-pl1 released
  1654.  
  1655. 2004-06-30 Alexander M. Turek  <me@derrabus.de>
  1656.     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
  1657.  
  1658. 2004-06-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1659.     * lang/check_lang.sh: Checks for diffstat presence.
  1660.  
  1661. 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  1662.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  1663.     ### 2.6.0-beta2 released
  1664.  
  1665.  
  1666. 2004-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  1667.     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
  1668.       TABLE), removed unused strings (there vere MANY!), fixed some czech
  1669.       texts.
  1670.     * scripts/find_unused_messages.sh: New script to find unused messages in
  1671.       translations.
  1672.  
  1673. 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  1674.     * tbl_query_box.php: bug #975382, fields list on a non-existing table
  1675.  
  1676. 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  1677.     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
  1678.  
  1679. 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  1680.     * lang/hungarian: updates, thanks to Peter Bakondy
  1681.  
  1682. 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  1683.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1684.     * main.php: js error when switching theme, thanks to Michael Keck
  1685.  
  1686. 2004-06-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1687.     * main.php, libraries/select_lang.lib.php: Remember selected charset in
  1688.       cookie.
  1689.     * libraries/display_export.lib.php: Add back key checking disabling.
  1690.     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
  1691.       fixes bug #979635.
  1692.     * read_dump.php: Lets handle better comments, current detection still
  1693.       doesn't work with comments inside checked SQL commands, but I thing
  1694.       checking these would be overhead (bug #978114).
  1695.  
  1696. 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  1697.     * queryframe.php: Undefined index errors.
  1698.     * footer.inc.php: bug #979610.
  1699.     * server_privileges.php: bug #979596 (granting privileges doesn't take
  1700.       wildcards in account).
  1701.     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
  1702.     * lang/german-*.inc.php: Updates.
  1703.  
  1704. 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  1705.     * left.php, config.inc.php, Documentation.html,
  1706.       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
  1707.       $cfg['LeftPointerEnable']
  1708.     * db_details_structure.php, server_variables.php,
  1709.       tbl_properties_structure.php, config.inc.php, Documentation.html,
  1710.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
  1711.       all colors.inc.php:
  1712.       $cfg['BrowsePointerEnable']
  1713.     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
  1714.       Documentation.html, all colors.inc.php,
  1715.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
  1716.       $cfg['BrowseMarkerEnable']
  1717.     * themes/.../img/logo_left.png + logo_right.png: new logo,
  1718.       thanks to Michael Keck (mkkeck)
  1719.     * index.php: compute queryframe_height from image size, thanks to
  1720.       Michael Keck
  1721.     * footer.inc.php: sync left frame when choosing a db from server_databases,
  1722.       thanks to Michael Keck
  1723.     * export.php: no longer auto-select the textarea containing exported data
  1724.     * queryframe.php: bug #977790, missing library,
  1725.       thanks to Anthony Parsons (anthony.parsons at manx.net)
  1726.     * footer.inc.php: sync left-frame dropdown for databases when the
  1727.       number of tables changes, thanks to Michael Keck
  1728.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  1729.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  1730.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1731.     ### 2.6.0-beta1 released
  1732.  
  1733. 2004-06-24 Alexander M. Turek  <me@derrabus.de>
  1734.     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
  1735.       called although no error occured.
  1736.  
  1737. 2004-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1738.     * main.php, changelog.php: Add headers to ChangeLog display.
  1739.     * scripts/create_tables.sql: Add IF EXISTS.
  1740.     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
  1741.       otherwise unmatched quotes cause problems (bug #978113).
  1742.     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
  1743.       links, otherwise we'll fail on commas.
  1744.     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
  1745.       when there are comments behind last query.
  1746.  
  1747. 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  1748.     * many files: remove references to older /images, and
  1749.       erase /images contents
  1750.  
  1751. 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  1752.     * config.inc.php, themes/.../colors.inc.php: remove color-related
  1753.       parameters from config.inc.php, and non-color-related from colors.inc.php
  1754.     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
  1755.       missing parameter for the Refresh link feature
  1756.  
  1757. 2004-06-22 Michal ─îiha┼Ö  <michal@cihar.com>
  1758.     * libraries/relation.lib.php: Fix possible error on non existant pma db.
  1759.  
  1760. 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  1761.     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
  1762.       in this script, but it's better to use libraries/header_http.inc.php
  1763.  
  1764. 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  1765.     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
  1766.       libraries/common.lib.php, libraries/display_export.lib.php,
  1767.       db_details_structure.php, tbl_select.php:
  1768.       fix IE font size problem, redesign search and export pages,
  1769.       thanks to Michael Keck (mkkeck)
  1770.     * libraries/string.lib.php: bug #975290, wrong internal encoding
  1771.       for hebrew, thanks to Moshe Bergman (moshe_be)
  1772.  
  1773. 2004-06-17 Alexander M. Turek  <me@derrabus.de>
  1774.     * libraries/dbi/mysql.dbi.php: Removed debug code.
  1775.     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
  1776.       MySQL version.
  1777.  
  1778. 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
  1779.     * libraries/common.lib.php: fix "original" theme colors
  1780.     * db_details_structure.php: cosmetic fix in error message
  1781.     * tbl_properties_structure.php, tbl_relation.php:
  1782.       enable Relation view for InnoDB, even if the internal
  1783.       relational infrastructure is not available
  1784.     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
  1785.     * config.inc.php: clarify MainPageIconic comments
  1786.  
  1787. 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
  1788.     Changes, thanks to Michael Keck (mkkeck):
  1789.     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
  1790.       style for error messages
  1791.     * main.php, themes.php, libraries/select_theme.lib.php,
  1792.       css/phpmyadmin.css.php, themes/original/img + css:
  1793.       put original theme under the same structure as darkblue_orange
  1794.  
  1795. 2004-06-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1796.     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
  1797.  
  1798. 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  1799.     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
  1800.     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
  1801.       tbl_replace.php, libraries/common.lib.php,
  1802.       libraries/transformations.lib.php: new function PMA_securePATH()
  1803.     * main.php, tbl_properties_structure.php: theme "none" should be "original",
  1804.       thanks to Michael Keck (mkkeck)
  1805.     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
  1806.       missing title tags
  1807.  
  1808. 2004-06-15 Michal ─îiha┼Ö  <michal@cihar.com>
  1809.     * lang/czech: Updated.
  1810.     * config.inc.php, libraries/config_import.lib.php,
  1811.       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
  1812.     * queryframe.php: Do not show <hr /> when no logo is shown.
  1813.     * main.php: Generate hidden inputs nicely.
  1814.     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
  1815.       pma_theme as cookie name, default theme to some reasonable value to
  1816.       avoid undefined variables all around the code.
  1817.     * main.php, lang/*: strSelectTheme is IMHO not needed.
  1818.     * Documentation.html, config.inc.php, index.php, left.php, main.php,
  1819.       queryframe.php, libraries/config_import.lib.php,
  1820.       libraries/select_server.lib.php: Use same code for all server selection,
  1821.       possibly display server links also in right frame, show server links in
  1822.       query frame when possible.
  1823.     * libraries/display_export.lib.php: Fix broken choice switching.
  1824.     * tbl_change.php: Fix wrong path to image.
  1825.     * tbl_properties_operations.php: Define sort order for sorting tables
  1826.       (RFE #971314).
  1827.     * libraries/common.lib.php: On error show edit link with table context if
  1828.       possible.
  1829.  
  1830. 2004-06-15 Alexander M. Turek  <me@derrabus.de>
  1831.     * libraries/config_import.lib.php: The default settings should be merged.
  1832.  
  1833. 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
  1834.     Changes, thanks to Michael Keck (mkkeck):
  1835.     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
  1836.     * both themes: new screen.png reflecting current logo
  1837.     * db_details_structure.php: improve background image in error section
  1838.     * main.php: $theme='none' no longer a possible choice
  1839.     * open.php: permits access to message strings in theme manager
  1840.     * themes/index.php: new calling
  1841.     My changes:
  1842.     * libraries/common.lib.php: proper revision check
  1843.     * libraries/select_theme.lib.php: remove unneeded counter, and fix
  1844.       undefined $PHP_SELF
  1845.     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
  1846.       login is invalid
  1847.  
  1848. 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  1849.     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
  1850.       New /themes structure for Theme management
  1851.       TODO: code improvement, access to /lang from themes/index.php,
  1852.             possible logo change
  1853.  
  1854. 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  1855.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1856.  
  1857. 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  1858.     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
  1859.       libraries/dbi/mysql.dbi.lib.php,
  1860.       lang/*: bug 968089: catch error when server is not responding
  1861.       and show an appropriate message
  1862.     * left.php: undefined variable
  1863.  
  1864. 2004-06-09 Alexander M. Turek  <me@derrabus.de>
  1865.     ### 2.5.7 released from MAINT_2_5 branch.
  1866.  
  1867. 2004-06-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1868.     * config.inc.php, lang/*, libraries/common.lib.php,
  1869.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  1870.       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
  1871.       #966038).
  1872.  
  1873. 2004-06-08 Alexander M. Turek  <me@derrabus.de>
  1874.     * libraries/common.lib.php: backwards compatibility.
  1875.     * config.inc.php: typo.
  1876.  
  1877. 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  1878.     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
  1879.       mysqli_connect() to enable the use of default socket
  1880.  
  1881. 2004-06-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1882.     * lang/czech: Updated.
  1883.     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
  1884.       same.
  1885.     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
  1886.       libraries/display_export.lib.php, libraries/export/xls.php,
  1887.       Documentation.html: EXPERIMENTAL native MS Excel export support, using
  1888.       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
  1889.     * Documentation.html: Described older config.inc.php support (RFE
  1890.       #968177).
  1891.  
  1892. 2004-06-07 Alexander M. Turek  <me@derrabus.de>
  1893.     * css/phpmyadmin.css.php: beautifications.
  1894.     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
  1895.       Enabled new icons for privileges administration (patch #947190).
  1896.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
  1897.       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
  1898.       correctly.
  1899.     * lang/german-*.inc.php: Updates.
  1900.     * scripts/create-release.sh: Create backup config file (RFE #968177).
  1901.  
  1902. 2004-06-06 Garvin Hicking <me@supergarv.de>
  1903.     * libraries/display_tbl.lib.php, libraries/functions.js,
  1904.       css/phpmyadmin.css.php: Further fixing of broken vertical
  1905.       column highlighting; empty repeated header cells are now <th>, not
  1906.       <td>. Adjusted CSS to not change visual display of those.
  1907.     * (same files): Optimized unneccessary preg_replace.
  1908.  
  1909. 2004-06-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1910.     * libraries/read_dump.lib.php: Do not strip comments here.
  1911.     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
  1912.       be followed with any control char) (patch #965106).
  1913.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  1914.  
  1915. 2004-06-04 Garvin Hicking <me@supergarv.de>
  1916.     * Bug #959320: Broken row highlighting in vertical
  1917.       browsing mode fixed. The pointer will now highlight
  1918.       columns as expected and unmark the row after unclicking.
  1919.  
  1920. 2004-06-03 Alexander M. Turek  <me@derrabus.de>
  1921.     * header.inc.php: Undefined variable.
  1922.  
  1923. 2004-06-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1924.     * db_details_links.php, header.inc.php, server_links.inc.php,
  1925.       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
  1926.       heading (RFE #965542).
  1927.     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
  1928.     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
  1929.       error messages.
  1930.     * header.inc.php: Remove spaces before colons (bug #965594).
  1931.     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
  1932.       strDatabase (needed for above fix).
  1933.     * libraries/config_import.lib.php: Do not override
  1934.       $cfg['ShowHttpHostTitle'].
  1935.     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
  1936.       Can disable main page icons (bug #965550).
  1937.     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
  1938.       not allowed here.
  1939.     * tbl_query_box.php: Fix default query generating.
  1940.  
  1941. 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
  1942.     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
  1943.       "Engine" in MySQL 4.1.2 (bug #964011).
  1944.  
  1945. 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  1946.     * header.inc.php: bug #963414, when PropertiesIconic was false,
  1947.       the code did not define the icon variables. Also, remove hardcoded
  1948.       'Server' string
  1949.     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
  1950.  
  1951. 2004-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1952.     * libraries/display_tbl.lib.php: Return back to browsing after editing
  1953.       row.
  1954.  
  1955. 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  1956.     * sql.php: bug #956828, deleting last row gives an error. I could not
  1957.       find a case where we need the line I just removed, which was
  1958.       causing the bug.
  1959.     * tbl_properties.inc.php: missing statement group {}, was causing
  1960.       the display of part of the changing amount of columns dialog
  1961.       when editing a field structure
  1962.  
  1963. 2004-05-28 Michal ─îiha┼Ö  <michal@cihar.com>
  1964.     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
  1965.       comments in bug #951744).
  1966.     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
  1967.       contain field names (RFE #948590, patch #961726).
  1968.  
  1969. 2004-05-26 Michal ─îiha┼Ö  <michal@cihar.com>
  1970.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  1971.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  1972.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  1973.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  1974.     * lang/german-utf-8: Remove duplicated string.
  1975.     * lang/*: Remove allow_recoding from non utf-8 translations.
  1976.     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
  1977.       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
  1978.  
  1979. 2004-05-26 Alexander M. Turek  <me@derrabus.de>
  1980.     * translators.html: Linked to Indonesian translator's SF page instead of
  1981.       his email address.
  1982.  
  1983. 2004-05-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1984.     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
  1985.       just lang.
  1986.     * libraries/select_lang.lib.php: Fix language dialects detection (based on
  1987.       patch #958994).
  1988.  
  1989. 2004-05-23 Garvin Hicking <pma@supergarv.de>
  1990.     * db_details.php: Fixed broken file upload since redesign-patch.
  1991.  
  1992. 2004-05-20 Michal ─îiha┼Ö  <michal@cihar.com>
  1993.     * many files: Little code reorganistaion (RFE #957308), removed some
  1994.       remaining php3 compatibility code in SQL parser.
  1995.  
  1996. 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  1997.     * pdf_schema.php: set contents page (first page)'s orientation
  1998.       to the same asked for the data dictionary
  1999.  
  2000. 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  2001.     * tbl_select.php: bug 956137, undefined $data: on the search page,
  2002.       PMA_foreignDropdown() must be called with no current value for
  2003.       the data
  2004.  
  2005. 2004-05-19 Michal ─îiha┼Ö  <michal@cihar.com>
  2006.     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
  2007.  
  2008. 2004-05-16 Alexander M. Turek  <me@derrabus.de>
  2009.     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
  2010.       tbl_properties_structure.php, tbl_query_box.php,
  2011.       images/b_dbstatistics.png, images/b_tbloptimize.png,
  2012.       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
  2013.       images/b_useredit, libraries/display_tbl.lib.php,
  2014.       libraries/display_tbl_links.lib.php:
  2015.       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
  2016.     * libraries/functions.js: Bugfix for (un)check all features if
  2017.       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
  2018.       to Michael Keck (mkkeck).
  2019.     * Documentation.html: Let's use a hyperlink instead of referring to the
  2020.       chapter, as the chaper numbers might change.
  2021.  
  2022. 2004-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2023.     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
  2024.       not just one global (patch #952917, bug #687009).
  2025.  
  2026. 2004-05-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2027.     * libraries/export/sql.php: Minor optimalisations.
  2028.     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
  2029.       for generating INSERT and UPDATE queries (also fixes bug #953250).
  2030.     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
  2031.       #953295).
  2032.     * tbl_change.php: Repeat Go button every 15 rows globally and not per
  2033.       record.
  2034.     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
  2035.       inserting when multiple inserts after changing value (RFE #749733).
  2036.     * header.inc.php: Simplified title generating.
  2037.     * lang/czech: Fixed untranslated word (translation #952551).
  2038.     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
  2039.     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
  2040.     * tbl_properties_export.php: Generate better query for multi row export.
  2041.     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
  2042.       anything, display DROP query on better place (bellow tabs).
  2043.     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
  2044.       queries.
  2045.     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
  2046.     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
  2047.       a broken comment (bug #905066).
  2048.     * db_details_structure.php: Fixed colspan.
  2049.     * tbl_properties_table_info.php: Do not fail on broken table.
  2050.  
  2051. 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  2052.     * db_details_structure.php: bug #951143, undefined $header_url_qry
  2053.  
  2054. 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  2055.     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
  2056.       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
  2057.  
  2058. 2004-05-11 Michal ─îiha┼Ö  <michal@cihar.com>
  2059.     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
  2060.       queries generated by our db search.
  2061.     * db_search.php: Do not generate search query to include all fields, just
  2062.       SELECT * is enough.
  2063.     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
  2064.       original one is too long (bug #951744).
  2065.  
  2066. 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  2067.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2068.     * left.php: commit for Garvin: fix for wrong group expanding (group
  2069.       name containing foreign characters)
  2070.  
  2071. 2004-05-10 Michal ─îiha┼Ö  <michal@cihar.com>
  2072.     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
  2073.       #951226.
  2074.  
  2075. 2004-05-10 Garvin Hicking <pma@supergarv.de>
  2076.     * db_details_structure.php, tbl_properties_structure.php: Fixed
  2077.       row-selection Javascript for Internet Explorer.
  2078.  
  2079. 2004-05-09 Garvin Hicking <pma@supergarv.de>
  2080.     * main.php, css/phpmyadmin.css.php: Corrected <form> position
  2081.       to XHTML compliance. Introduced "nospace" class.
  2082.  
  2083. 2004-05-09 Michal ─îiha┼Ö  <michal@cihar.com>
  2084.     * lang/czech: Updated.
  2085.     * tbl_properties_operations.php: Fixed documentation link.
  2086.  
  2087. 2004-05-09 Alexander M. Turek  <me@derrabus.de>
  2088.     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
  2089.       Adam Shantz (musus).
  2090.     * lang/german-*.inc.php: Updates.
  2091.     * db_details_structure.php, main.php:
  2092.       - coding standards;
  2093.       - removed debug code.
  2094.  
  2095. 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  2096.     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
  2097.  
  2098. 2004-05-08 Alexander M. Turek  <me@derrabus.de>
  2099.     * config.inc.php, db_details_structure.php, Documentation.html,
  2100.       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
  2101.       libraries/config_import.lib.php:
  2102.       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
  2103.  
  2104. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  2105.     * calendar.php: Added missing CVS-ID-Tag.
  2106.  
  2107. 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
  2108.     ### 2.6.0-alpha2 released
  2109.  
  2110. 2004-05-07 Garvin Hicking <pma@supergarv.de>
  2111.     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
  2112.       'nested', the displayed table names should always be the real names,
  2113.       not the table comments.
  2114.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  2115.       librarries/functions.js: RFE #856208 - Show (un)check all boxes
  2116.       for query results.
  2117.     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
  2118.       RFE #949594 - Allow changing amount of columns for adding fields/
  2119.       creating table (without losing previous data)
  2120.  
  2121. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  2122.     * README: Updated copyright as discussed a couple of days ago.
  2123.  
  2124. 2004-05-06 Garvin Hicking <pma@supergarv.de>
  2125.     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
  2126.       mousepointer hovering on rows w/o checkboxes.
  2127.  
  2128. 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  2129.     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
  2130.       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
  2131.  
  2132. 2004-05-05 Garvin Hicking <pma@supergarv.de>
  2133.     * db_details_db_info.php, db_details_structure.php, left.php: Speed
  2134.       up table fetching when using $cfg['ShowTooltips']. Allow to only
  2135.       see the grouped/nested tables in properties panel when clicking on
  2136.       a table group on the left frame.
  2137.     * db_details_structure.php: If JS is enabled, take away <label> link
  2138.       functionality because of onmousedown-handler duplicating this
  2139.       effect.
  2140.     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
  2141.       for column overview.
  2142.  
  2143. 2004-05-05 Michal Cihar  <michal@cihar.com>
  2144.     * config.inc.php, tbl_change.php, tbl_replace.php,
  2145.       libraries/common.lib.php, libraries/config_import.lib.php: Support for
  2146.       insert multiple rows at once (RFE #749733).
  2147.     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
  2148.  
  2149. 2004-05-04 Michal Cihar  <michal@cihar.com>
  2150.     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
  2151.       of TYPE in MySQL 4.1.1).
  2152.     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
  2153.       #946861).
  2154.  
  2155. 2004-05-04 Garvin Hicking <pma@supergarv.de>
  2156.     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
  2157.       available in tables overview, clicking on a cell in the table
  2158.       selects the checkbox next to it.
  2159.     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
  2160.       for Non-Light left frame. Introduce new option 'nested' for
  2161.       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
  2162.       virtual nested grouping, but for the tablename itself the tablename
  2163.       will be show, not the Alias.
  2164.  
  2165. 2004-05-03 Alexander M. Turek  <me@derrabus.de>
  2166.     * lang/german-*.inc.php: Clarification.
  2167.  
  2168. 2004-05-03 Michal Cihar  <michal@cihar.com>
  2169.     * querywindow.php: Fix javascript error (bug #946823).
  2170.     * tbl_query_box.php: Stray <li> (bug #946530).
  2171.     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
  2172.     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
  2173.       (RFE #946540).
  2174.     * db_details.php, tbl_change.php, tbl_query_box.php,
  2175.       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
  2176.       validity.
  2177.     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
  2178.     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
  2179.       not show multi row actions when no checkboxes shown.
  2180.  
  2181. 2004-05-03 Garvin Hicking <pma@supergarv.de>
  2182.     * lang/german* - Translation
  2183.     * left.php: Bug #946501 - Nested table now also work with aliased
  2184.       tablenames.
  2185.     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
  2186.       footer.inc.php, Documentation.html: Removed obsolete
  2187.       QueryFrameDebug configuration directive
  2188.     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
  2189.       structure to take previous settings into account.
  2190.  
  2191. 2004-05-02 Michal Cihar  <michal@cihar.com>
  2192.     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
  2193.  
  2194. 2004-04-30 Michal Cihar  <michal@cihar.com>
  2195.     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
  2196.       #944870).
  2197.  
  2198. 2004-04-29 Garvin Hicking <pma@supergarv.de>
  2199.     * db_details_structure.php: Bug #942362 - Colspan off by one
  2200.     * left.php: Modified js function to fit typecasting of Safari
  2201.     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
  2202.       the primary key reference.
  2203.  
  2204. 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
  2205.     * scripts/create-release.sh: keep only one previous version in cvs-prev
  2206.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  2207.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2208.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  2209.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2210.     * lang/slovenian update, thanks to Kositer Uros
  2211.     * libraries/common.lib.php: patch #859034, better BLOB comparison
  2212.  
  2213. 2004-04-29 Michal Cihar  <michal@cihar.com>
  2214.     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
  2215.       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
  2216.       now correctly works with multibyte strings (bug #936161).
  2217.     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
  2218.     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
  2219.     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
  2220.     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
  2221.  
  2222. 2004-04-28 Michal Cihar  <michal@cihar.com>
  2223.     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
  2224.     * libraries/common.lib.php: When only_db matches no database, do not show
  2225.       any (bug #943626).
  2226.     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
  2227.       margin/padding.
  2228.     * server_privileges.php: No ugly message when editing privileges for
  2229.       non-existant database (bug #942357).
  2230.  
  2231. 2004-04-28 Garvin Hicking <pma@supergarv.de>
  2232.     * left.php, main.php, server_databases.php, common.lib.php,
  2233.       db_details_common.php: Bug #942296 - Safari can't handle
  2234.       location.replace() redirects correctly
  2235.     * libraries/tbl_change.js: Restrict calendar to maximum values for
  2236.       days/hours/minutes/seconds.
  2237.     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
  2238.       unique.
  2239.     * left.php, libraries/left.js: Fixed unneeded spacing between items
  2240.       and wrong collapsing in nested mode (Bug #943140). Removed
  2241.       some debugging non-xhtml tags.
  2242.     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
  2243.       for compatibility to the good old nobr-tag
  2244.  
  2245. 2004-04-27 Michal Cihar  <michal@cihar.com>
  2246.     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
  2247.       calendar.
  2248.     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
  2249.       lists items now have padding, so no more magins and <br />'s inside of
  2250.       them are needed.
  2251.     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
  2252.       nested tables.
  2253.     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
  2254.       query (bug #885497).
  2255.  
  2256. 2004-04-27 Garvin Hicking <pma@supergarv.de>
  2257.     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
  2258.       link in a way that the image always belongs to the last word
  2259.     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
  2260.       to mark the checkbox.
  2261.     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
  2262.     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
  2263.       fails.
  2264.     * querywindow.php: Bug #942395 - Missing space
  2265.     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
  2266.       table off by one.
  2267.     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
  2268.       count. Replace h1 with h2 for consitency
  2269.     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
  2270.       missing localization for multi-row edit/delete/export feature.
  2271.     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
  2272.       query window.
  2273.     * left.php: Fixed bug #942374 - Undefined indizes in left frame
  2274.       for light mode. Improved performance. Fixed tab-formatted code and
  2275.       adjusted to coding guidelines.
  2276.     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
  2277.       query together with multiple other queries, the db was reset to
  2278.       the first one.
  2279.  
  2280. 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  2281.     * config.inc.php, left.php, Documentation.html,
  2282.       libraries/config_import.lib.php, libraries/common.lib.php:
  2283.       $cfg['LeftDisplayServersList'] to display the server choice as links,
  2284.       thanks to Cal Henderson
  2285.  
  2286. 2004-04-26 Michal Cihar  <michal@cihar.com>
  2287.     * libraries/string.lib.php: mb_* functions don't know some windows-*
  2288.       charsets (bug #940638).
  2289.     * tbl_indexes.php: Remove print_r (bug #942383).
  2290.  
  2291. 2004-04-22 Michal Cihar  <michal@cihar.com>
  2292.     * libraries/export/sql.php: Invalid SQL on empty table export (bug
  2293.       #939918).
  2294.  
  2295. 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
  2296.     ### 2.6.0-alpha1 released
  2297.     * (after the release) user_password.php: undefined offset in blowfish.php
  2298.  
  2299. 2004-04-20 Alexander M. Turek  <me@derrabus.de>
  2300.     * Documentation.html, README:
  2301.       - The MySQL 4.1 support is not experimental anymore;
  2302.       - Updated credits.
  2303.     * server_privileges.php: Fixed an error that occured when trying to add
  2304.       privileges to non-existant tables.
  2305.  
  2306. 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
  2307.     * libraries/tbl_change.js: was always returning current day
  2308.  
  2309. 2004-04-20 Michal Cihar  <michal@cihar.com>
  2310.     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
  2311.       calendar.
  2312.  
  2313. 2004-04-19 Alexander M. Turek  <me@derrabus.de>
  2314.     * lang/german-*.inc.php: Clarification.
  2315.     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
  2316.       Updated path to MySQL's searchable online documentation.
  2317.     * ChangeLog: Recoded to UTF-8.
  2318.     * server_privileges.php: Illegal mix of collations.
  2319.     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
  2320.       (bug #902414). This should fix many "Illegal mix of collations" errors.
  2321.  
  2322. 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
  2323.     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
  2324.       mysqli-specific export-bugs
  2325.  
  2326. 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
  2327.     * sql.php: bug 780516: capitalizing keywords: we no longer
  2328.       put the formatted query into $sql_query, due to better pattern matching
  2329.  
  2330. 2004-04-19 Michal Cihar  <michal@cihar.com>
  2331.     * libraries/tbl_change.js: Better return value formatting.
  2332.     * Documentation.html: Mentioned header and footer customization.
  2333.  
  2334. 2004-04-18 Michal Cihar  <michal@cihar.com>
  2335.     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
  2336.     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
  2337.     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
  2338.  
  2339. 2004-04-18 Alexander M. Turek  <me@derrabus.de>
  2340.     * lang/german-*.inc.php: Updates.
  2341.     * server_privileges.php:
  2342.       - $url_query was not visible in function scope;
  2343.       - Hotfix to avoid "MySQL out of sync" errors.
  2344.     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
  2345.       PMA_DBI_affected_rows() to be left out.
  2346.  
  2347. 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  2348.     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
  2349.  
  2350. 2004-04-17 Alexander M. Turek  <me@derrabus.de>
  2351.     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
  2352.       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
  2353.       tbl_properties_operations.php, tbl_properties_structure.php,
  2354.       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
  2355.       Added ability to set / alter collations for databases, tables and fields.
  2356.     * tbl_alter.php: Charset information got lost when changing fields.
  2357.     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
  2358.       Removed mysql_wrappers library.
  2359.  
  2360. 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  2361.     * lang/french update
  2362.     * scripts/create-release.sh: daily snapshots
  2363.  
  2364. 2004-04-16 Michal Cihar  <michal@cihar.com>
  2365.     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
  2366.       exports (RFE #859815).
  2367.     * images/button_export.png: At least some export icon.
  2368.     * libraries/display_tbl.lib.php: Fix image sizes.
  2369.     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
  2370.       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
  2371.       calendar for date fields (RFE #880647).
  2372.  
  2373. 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
  2374.     * ldi_table.php: allow longer field terminator (was 2 now 4);
  2375.       for example, to load a file where each line represents one field
  2376.       and the end of line is \r\n
  2377.  
  2378. 2004-04-15 Michal Cihar  <michal@cihar.com>
  2379.     * tbl_properties_export.php, tbl_row_delete.php,
  2380.       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
  2381.       #927554).
  2382.     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
  2383.     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
  2384.       to Marc for noticing this).
  2385.  
  2386. 2004-04-15 Olivier Mueller <om@omnis.ch>
  2387.     * left.php: RFE #859208, Logout button in left frame
  2388.  
  2389. 2004-04-14 Michal Cihar  <michal@cihar.com>
  2390.     * lang/czech: Updated.
  2391.     * tbl_select.php: Fixed undefined variable warning.
  2392.     * libraries/common.lib.php, libraries/display_tbl.lib.php,
  2393.       libraries/export/sql.php: Really support export of UPDATE queries (bug
  2394.       #914237), condition generation used from previous implementation in
  2395.       display_tbl.lib.php and moved to common.lib.php.
  2396.     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
  2397.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  2398.       libraries/export/*: Support for enclosing SQL export in transaction (RFE
  2399.       #930827).
  2400.     * libraries/export/csv.php: Do not strip export too much (bug #913988).
  2401.     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
  2402.       compatibility code.
  2403.  
  2404. 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  2405.     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
  2406.       thanks to Philippe Jausions (jausions)
  2407.     * Documentation.html: new faq links and cleanup, thanks to C├⌐dric Corazza
  2408.     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
  2409.       bug 898484, IIS crash: do not use header('Location: ')
  2410.  
  2411. 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
  2412.     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
  2413.       libraries/relation.lib.php: Changed some queries to use
  2414.       MYSQLI_STORE_RESULT.
  2415.  
  2416. 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
  2417.     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
  2418.       db_details_structure.php, db_printview.php, left.php, main.php,
  2419.       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
  2420.       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
  2421.       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
  2422.       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
  2423.       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  2424.       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
  2425.       with MYSQLI_USE_RESULT as default.
  2426.     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
  2427.       PMA_DBI_fetch_array.
  2428.  
  2429. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  2430.     * tbl_select.php, lang/*: feature 788608: new features for Search:
  2431.       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
  2432.       and column title is now Operator, thanks to Philippe Jausions (jausions)
  2433.  
  2434. 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
  2435.     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
  2436.       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
  2437.       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
  2438.       phpMyAdmin should now be fully compatible with the new mysqli
  2439.       extension. All extension specific functions are wrapped now.
  2440.     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
  2441.     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
  2442.       thanks to Wandering Zombie (wanderingzombie).
  2443.  
  2444. 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
  2445.     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
  2446.       query display. Thanks to Daniel Marschall (blackdrake)
  2447.  
  2448. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  2449.     * tbl_change.php, bug 931034, big numbers data entry,
  2450.       thanks to Dmitry (yrtimd)
  2451.     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
  2452.       problem with multi-row delete and quotes in WHERE clause,
  2453.       thanks to Ryan Schmidt (ryandesign)
  2454.  
  2455. 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  2456.     * main.php, complete the fix for bug 922054
  2457.  
  2458. 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
  2459.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2460.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2461.     * lang/malay: updated, thanks to nobody
  2462.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  2463.  
  2464. 2004-04-03 Olivier Mueller <om@omnis.ch>
  2465.     * server_privileges.php, libraries/server_privileges.js: added
  2466.       (un)checkall links to the "Global privileges" edition form.
  2467.       Todo: make it work even if JS is disabled + local links
  2468.       for the "Data" and "Structure" checkboxes groups.
  2469.  
  2470. 2004-04-02 Alexander M. Turek  <me@derrabus.de>
  2471.     * lang/german-*.inc.php: Fixed a typo.
  2472.  
  2473. 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  2474.     * main.php: bug 922054, when there is no control user, the detection
  2475.       of the grants does not take into account all cases;
  2476.       thanks to Thomas ( jacob@internet24.de)
  2477.  
  2478. 2004-03-30 Michal Cihar  <michal@cihar.com>
  2479.     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
  2480.  
  2481. 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  2482.     * server_privileges.php: bug 923171, password error when copying a user
  2483.     * server_privileges.php: bug 923227, copying a user with table privs
  2484.  
  2485. 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  2486.     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
  2487.       libraries/common.lib.php, libraries/config_import.lib.php:
  2488.       Sort database and table names in natural order,
  2489.       thanks to Hoo Jia Xiong (hoojx)
  2490.  
  2491. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  2492.     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
  2493.       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
  2494.       conversions).
  2495.  
  2496. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  2497.     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
  2498.       Added wrapping function PMA_DBI_field_len.
  2499.     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
  2500.       from function PMA_DBI_insert_id().
  2501.  
  2502. 2004-03-25 Michal Cihar  <michal@cihar.com>
  2503.     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
  2504.       exists (bug #922509).
  2505.     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
  2506.     * lang/czech: Fixed typos and improved some texts.
  2507.  
  2508. 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
  2509.     * libraries/common.lib.php: bug 922553, wrong boundary check in
  2510.       PMA_flipstring(), thanks to Virgile Petit (pvtc)
  2511.  
  2512. 2004-03-24 Michal Cihar  <michal@cihar.com>
  2513.     * lang/*: Added missing "$strConnectionError" (bug #922006).
  2514.  
  2515. 2004-03-23 Olivier Mueller <om@omnis.ch>
  2516.     * libraries/mysql_wrappers.lib.php: added mysqli support to the
  2517.       PMA_mysql_field_flags function because mysqli does not know the function
  2518.       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
  2519.     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
  2520.       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
  2521.       PMA_DBI_try_query function (ne0x)
  2522.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  2523.       Added wrapping function PMA_DBI_fetch_array() (ne0x)
  2524.     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
  2525.       the new PMA_DBI_fetch_array() function instead of
  2526.       PMA_mysql_fetch_array() (ne0x)
  2527.  
  2528. 2004-03-22 Michal Cihar  <michal@cihar.com>
  2529.     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
  2530.       attempting sending headers twice.
  2531.  
  2532. 2004-03-22 Garvin Hicking <pma@supergarv.de>
  2533.     * lang/german-*: Update
  2534.  
  2535. 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  2536.     * lang/romanian: Updated, thanks to Valics Lehel.
  2537.     * libraries/common.lib.php: bug 913704, delete link in db search
  2538.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
  2539.  
  2540. 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  2541.     * sql.php: bug 913630: did not detect correctly DELETE FROM table
  2542.       and even if detected, was calling a non-existent PMA_DBI_result()
  2543.  
  2544. 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  2545.     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
  2546.       SHOW CREATE TABLE on older MySQL versions
  2547.  
  2548. 2004-03-10 Michal Cihar  <michal@cihar.com>
  2549.     * export.php: Correctly report error when export fails.
  2550.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
  2551.       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
  2552.       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
  2553.     * libraries/export/*.php: Use unbuffered queries (patch #890075).
  2554.     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
  2555.       config.inc.php, libraries/common.lib.php,
  2556.       libraries/config_import.lib.php: Add support for INSERT IGNORE and
  2557.       UPDATE IGNORE.
  2558.     * config.inc.php, lang/*, libraries/common.lib.php,
  2559.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  2560.       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
  2561.       export (RFE #913421).
  2562.     * lang/czech: Updated.
  2563.     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
  2564.     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
  2565.       while editing.
  2566.     * db_details_structure.php, lang/*: Implement database renaming (RFE
  2567.       #792463).
  2568.     * tbl_properties_operations.php: Copy table defaults to structure and data
  2569.       (RFE #856517).
  2570.  
  2571. 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  2572.     * libraries/common.lib.php, libraries/display*, lang/*:
  2573.       bug 887933: avoid generating a nested form, and show a warning
  2574.       when user should define a primary key to get the Edit and Delete links
  2575.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2576.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2577.  
  2578. 2004-03-09 Michal Cihar  <backtowork@cihar.com>
  2579.     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
  2580.       conversion.
  2581.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
  2582.       PMA_mysql_fetch_array return value for last result (bug #905223).
  2583.     * browse_foreigners.php, libraries/common.lib.php,
  2584.       libraries/display_tbl.lib.php, libraries/relation.lib.php,
  2585.       libraries/sqlparser.lib.php, libraries/string.lib.php,
  2586.       libraries/transformations/text_plain__substr.inc.php: Use charset aware
  2587.       substr and strlen functions (bugs #854755 and #910575).
  2588.     * export.php: Fix buffer length counting, fix error detection (bug
  2589.       #909710).
  2590.     * libraries/export/latex.php: Fix undefined variable warning.
  2591.     * libraries/config_import.lib.php, libraries/common.lib.php,
  2592.       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
  2593.       add custom text to SQL export headers (RFE #874361).
  2594.     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
  2595.       header.inc.php, libraries/auth/cookie.auth.lib.php,
  2596.       libraries/auth/http.auth.lib.php: Support for site configurable header
  2597.       and footer (patch #893477).
  2598.  
  2599. 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  2600.     * libraries/sqlparser.lib.php: bug 909752, floating point digit
  2601.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
  2602.  
  2603. 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  2604.     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
  2605.       escaping of + in ENUM
  2606.  
  2607. 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  2608.     ### 2.5.6 released from branch MAINT_2_5
  2609.     * libraries/common.lib.php: change Revision number to trigger execution
  2610.       of compatibility module config_import.lib.php, because cookie
  2611.       login does not work if LoginCookieValidity is not defined
  2612.  
  2613. 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
  2614.     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
  2615.       WHERE clauses).
  2616.     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
  2617.       missing mysql_get_client_info() function.
  2618.  
  2619. 2004-02-27 Michal Cihar  <imback@cihar.com>
  2620.     * config.inc.php, libraries/config_import.lib.php,
  2621.       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
  2622.       for limited (configurable) time, user name is encrypted (RFE #902295).
  2623.  
  2624. 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  2625.     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
  2626.  
  2627. 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  2628.     * pdf_pages.php: bug 903450, typo
  2629.     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
  2630.       called twice
  2631.  
  2632. 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  2633.     * export.php: bug 899610, undefined variable $save_filename
  2634.  
  2635. 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
  2636.     * libraries/select_lang.lib.php: Deactivated the code part that disables
  2637.       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
  2638.       (bug #887183).
  2639.     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
  2640.       lang/snyc_lang.sh, libraries/select_lang.lib.php:
  2641.       - Changed charset definition from dos-622 into cp-622. Both definitions
  2642.         describe the same charset, but cp-622 is recognized better by some
  2643.         browsers;
  2644.       - File was broken due to some bad typos.
  2645.     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
  2646.       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
  2647.         so this change shouldn't cause big problems. The support for EUC-KR is
  2648.         wider and we are now able to create a Korean UTF-8 language file;
  2649.       - Added korean-utf-8 translation.
  2650.     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
  2651.       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
  2652.     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
  2653.       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
  2654.       the selected language file.
  2655.     * main.php:
  2656.       - Removed MySQL charset selection for MySQL 4.1.
  2657.       - Instead, the MySQL charset we picked is displayed.
  2658.  
  2659. 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
  2660.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  2661.       Introduced options parameter for query functions.
  2662.     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
  2663.  
  2664. 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
  2665.     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
  2666.       parser functions if one of the very first queries fails.
  2667.     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
  2668.  
  2669. 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  2670.     * server_privileges.php: bug 818654, password not copied
  2671.     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
  2672.       bug 879005: execute stored bookmarks when user is different
  2673.  
  2674. 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  2675.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2676.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2677.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2678.     * lang/dutch update, thanks to Ivo Teel
  2679.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  2680.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  2681.  
  2682. 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
  2683.     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
  2684.       support authentication protocol".
  2685.  
  2686. 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  2687.     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
  2688.  
  2689. 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  2690.     * tbl_change.php: bug 879923, NULL default value of DATETIME field
  2691.  
  2692. 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  2693.     * export.php: security fix, thanks to Cedric Cochin for the advisory
  2694.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  2695.  
  2696. 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
  2697.     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
  2698.  
  2699. 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
  2700.     * lang/czech: Update.
  2701.  
  2702. 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
  2703.     * lang/german-*.inc.php: Updates.
  2704.  
  2705. 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  2706.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  2707.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2708.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  2709.     * lang/*, header.inc.php, db_details_links.php, sql.php,
  2710.       libraries/functions.js: new stronger warning before a DROP DATABASE
  2711.  
  2712. 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
  2713.     * browser_foreigners, tbl_change.php, tbl_indexes.php,
  2714.       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
  2715.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  2716.       Get rid of mysql_data_seek(). Use pre-cached PHP array for
  2717.       mysqli compatibility and bandwidth saving.
  2718.  
  2719. 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  2720.     * main.php: bug 884606, MySQL version check before server choice
  2721.  
  2722. 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
  2723.     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
  2724.     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
  2725.  
  2726. 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  2727.     * tbl_row_delete.php: bug 882695, broken row highlighting
  2728.     * libraries/display_tbl.lib.php: bug 879792, bad sort link
  2729.     * libraries/dbi/*: PMA_DBI_num_fields()
  2730.  
  2731. 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  2732.     * querywindow.php: PMA_DBI_close() instead of DBI_close()
  2733.     * Documentation.html: clarify FAQ 6.21
  2734.     * libraries/dbi/*: use generic $strCantLoad message
  2735.     * lang/*: remove $strCantLoadMySQL message
  2736.     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
  2737.       display of unwanted error messages
  2738.     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
  2739.  
  2740. 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
  2741.     * header_printview.inc.php:
  2742.       - Don't bypass $cfg['Server']['verbose'] settings;
  2743.       - Include MySQL version in SQL printview headers.
  2744.     * header.inc.php: Avoid sending headers twice.
  2745.  
  2746. 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
  2747.     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
  2748.     * browse_foreigners.php, db_create.php, db_datadict.php,
  2749.       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
  2750.       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
  2751.       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
  2752.       querywindow.php, read_dump.php, server_common.inc.php,
  2753.       server_privileges.php, server_processlist.php, server_status.php,
  2754.       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
  2755.       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
  2756.       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
  2757.       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
  2758.       tbl_rename.php, tbl_replace.php, tbl_select.php,
  2759.       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
  2760.       libraries/common.lib.php, libraries/db_table_exists.lib.php,
  2761.       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
  2762.       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
  2763.       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
  2764.       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
  2765.       - Removed most remaining calls to old mysql_wrappers library;
  2766.       - Small optimizations and XHTML fixes.
  2767.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
  2768.       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
  2769.       - Fixed "undefined constant" warning (bug #881637);
  2770.       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
  2771.         PMA_DBI_get_fields_meta();
  2772.       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
  2773.     * Documentation.html: Changed my email address.
  2774.     * header_printview.inc.php:
  2775.       - Don't bypass $cfg['Server']['verbose'] settings;
  2776.       - Include MySQL version in SQL printview headers.
  2777.     * header.inc.php: Avoid sending headers twice.
  2778.  
  2779. 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
  2780.     * lang/czech: Fixed unclear message.
  2781.  
  2782. 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  2783.     * all concerned scripts: PMA_DBI_num_rows()
  2784.     * all concerned scripts: PMA_DBI_free_result()
  2785.     * all concerned scripts: PMA_DBI_insert_id()
  2786.     * all concerned scripts: PMA_DBI_affected_rows()
  2787.  
  2788. 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  2789.     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
  2790.       PMA_DBI_get_dblist()
  2791.  
  2792. 2004-01-17 Michal Cihar  <argh@cihar.com>
  2793.     * lang/czech: Updated.
  2794.  
  2795. 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
  2796.     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
  2797.       libraries/common.lib.php, libraries/config_import.lib.php,
  2798.       libraries/database_interface.lib.php, libraries/defines.lib.php,
  2799.       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
  2800.       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
  2801.       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
  2802.     * main.php: This script now accesses MySQL exclusivly through the new DBI
  2803.       functions.
  2804.  
  2805. 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  2806.     * mult_submits.inc.php: bug 876805, dropping a field with the
  2807.       multi-submit mechanism removes all internal relations of a table,
  2808.       patch thanks to Joosep-Georg J├ñrvemaa (j-georg)
  2809.  
  2810. 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
  2811.     * Documentation.html: Slight update to what I've done
  2812.  
  2813. 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  2814.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2815.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2816.     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
  2817.  
  2818. 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
  2819.     * libraries/sqlparser.lib.php: Support for _charset syntax.
  2820.  
  2821. 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  2822.     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
  2823.  
  2824. 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  2825.     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
  2826.       bug 857743, SHOW errors
  2827.  
  2828. 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
  2829.     * libraries/charset_conversion.lib.php: Skip charset conversion code if
  2830.       input charset and output charset are the same.
  2831.  
  2832. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
  2833.     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
  2834.       as discussed in RFE #868369. Made foreigner window resizable.
  2835.     * libraries/functions.js: Reverted row marker patch. See RFE #867284
  2836.       for details.
  2837.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  2838.       libraries/functions.js: Upon clicking on a result row, de/activate
  2839.       the checkbox next to it. Only makes sense for horizontal mode. Can be
  2840.       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
  2841.  
  2842. 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
  2843.     * tbl_properties_operations.php: Changing a table's charset changed the
  2844.       charset of all fields (MySQL >= 4.1.1).
  2845.  
  2846. 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
  2847.     * libraries/config_import.lib.php: Added missing compatibility code for
  2848.       $cfg['RecodingEngine'].
  2849.  
  2850. 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
  2851.     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  2852.       MySQL collations are now parsed and highlighted.
  2853.     * libraries/export/sql.php: Include charset / collation information in db
  2854.       export.
  2855.  
  2856. 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  2857.     * db_details_structure.php: bug 868996, debug code still in place,
  2858.       thanks to Matthias Fichtner (mfichtner)
  2859.     * browse_foreigners.php: paging does not work; obey RepeatCells=0
  2860.     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
  2861.  
  2862. 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
  2863.     * lang/czech: Updated.
  2864.     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
  2865.  
  2866. 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
  2867.     * config.inc.php, db_details_common.php, db_details_structure.php,
  2868.       tbl_properties_operations.php, css/phpmyadmin.css.php,
  2869.       libraries/common.lib.php, libraries/config_import.lib.php,
  2870.       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  2871.       - SQL parser detected the character set "binary" as column attribute;
  2872.       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
  2873.         library now has to be included AFTER having connected to the MySQL
  2874.         server;
  2875.       - The default charset of a database may now be changed;
  2876.       - Ensured that the user's connection is used for setting and retreiving
  2877.         charset information.
  2878.       * libraries/defines.lib.php: typo.
  2879.  
  2880. 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  2881.     * tbl_select.php: bug 867320, dropdowns in search page
  2882.  
  2883. 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
  2884.     * db_details_structure.php, libraries/mysql_charsets.lib.php:
  2885.       - display database collation (MySQL >= 4.1.1);
  2886.       - list collations of all tables.
  2887.     * tbl_properties_strcuture, tbl_properties_table_info.php:
  2888.       - Changed "Charset" label to "Collation" because it fits better;
  2889.       - The column collations weren't displayed with MySQL 5.0.
  2890.     * libraries/sqlparser.data.php: New reserved words:
  2891.       - COLLATE (since MySQL 4.1.0);
  2892.       - RETURN  (since MySQL 5.0.0).
  2893.  
  2894. 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  2895.     ### 2.5.5 released
  2896.  
  2897. 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
  2898.     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
  2899.  
  2900. 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
  2901.     * db_details_qbe.php: error when generating joins
  2902.     * Documentation.html: FAQ 6.22: default bookmark execution
  2903.  
  2904. 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
  2905.     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
  2906.     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
  2907.  
  2908. 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  2909.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2910.  
  2911. 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  2912.     * tbl_relation.php: bug 860258: do not destroy foreign key references
  2913.       to another db (still cannot enter via phpMyAdmin this kind of
  2914.       references)
  2915.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2916.  
  2917. 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
  2918.     * lang/sync_lang.sh: Fix generation of translation, when source is in
  2919.       utf-8.
  2920.     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
  2921.       noticing this.
  2922.  
  2923. 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  2924.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  2925.  
  2926. 2003-12-15 Garvin Hicking  <me@supergarv.de>
  2927.     * tbl_replace.php: Check all required array indizes for multi-row edit
  2928.  
  2929. 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  2930.     * read_dump.php: bug 859062: Go & Bookmark problem when the
  2931.       query has a character like "+" in it
  2932.  
  2933. 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
  2934.     * tbl_query_box.php, ldi_table.php: maximum upload size
  2935.     * tbl_change.php: max BLOB upload size
  2936.  
  2937. 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  2938.     * db_details.php, libraries/common.lib.php, lang/*:
  2939.       new feature to display the maximum upload size
  2940.       TODO: detect if upload succeeded
  2941.  
  2942. 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
  2943.     * export.php: Fixed Regex
  2944.     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
  2945.       libraries/transformations/application_octetstream__download.inc.php:
  2946.       Added a new transformation to download blob/binary field contents
  2947.       with customized filenames. Needed two minor tweeks to the general
  2948.       system.
  2949.  
  2950. 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
  2951.     * libraries/export/sql.php: Fix moving foreign key definition on Windows
  2952.       (bug #851950).
  2953.  
  2954. 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  2955.     * tbl_replace.php: missing number of rows for Affected rows
  2956.       and Inserted rows; wrong message for insert ids
  2957.     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
  2958.  
  2959. 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
  2960.     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
  2961.       Updated character sets overview for MySQL 4.1.1.
  2962.     * db_create.php, main.php: Ability to specify a default character set for a
  2963.       new database.
  2964.     * libraries/sqlparser.lib.php: Bug #857749.
  2965.  
  2966. 2003-12-11 Garvin Hicking <me@supergarv.de>
  2967.     * header_printview.inc.php: RFE #856503, show number of rows in printview
  2968.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
  2969.       #857684 where non-existant fields caused PHP notices.
  2970.     * db_details.php: Removed unneccessary whitespace
  2971.     * sql.php: Bug #857742: When dropping the only remaining database, an
  2972.       error occured. Fixed by checking if databases remein (as suggested
  2973.       by lem9)
  2974.  
  2975. 2003-12-10 Garvin Hicking <me@supergarv.de>
  2976.     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
  2977.       delimiter slipped to the replacement's end instead of the expression's
  2978.       end.
  2979.     * db_details_structure.php: Bug 857315 - short open tag fixed
  2980.  
  2981. 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  2982.     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
  2983.     * main.php: bug 851564: backquotes on the wildcard dbname
  2984.       when no controluser is defined
  2985.     * db_datadict.php: bug 857186: ENUMs and data dictionary,
  2986.       thanks to Andrew Weiner (landreww) for the report and fix
  2987.  
  2988. 2003-12-09 Garvin Hicking <embatag@supergarv.de>
  2989.     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
  2990.     * lang/german*: Translations
  2991.     * left.php: Escape single quotes in single-table cases as well
  2992.       (Bug #855771)
  2993.  
  2994. 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  2995.     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
  2996.  
  2997. 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  2998.     ### 2.5.5-rc1 released
  2999.  
  3000. 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  3001.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  3002.  
  3003. 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  3004.     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
  3005.       and added some isset for a new check
  3006.  
  3007. 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
  3008.     * libraries/transformations/text_plain__dateformat.inc.php:
  3009.       Use <dfn>-Tag to display original data to not waste display
  3010.       clarity by using hyperlinks. Original implementation also
  3011.       failed when using customized options.
  3012.  
  3013. 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  3014.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  3015.     * libraries/transformations/text_plain__dateformat.inc.php:
  3016.       patch 845690: show real data before transformation
  3017.     * left.php: bug 833790: put a workaround in place
  3018.  
  3019. 2003-12-04 Garvin Hicking <grinch@supergarv.de>
  3020.     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
  3021.       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
  3022.       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  3023.       Multi row edit via checkboxes in browse mode is now available.
  3024.       This means, you can edit multiple records at once now.
  3025.     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
  3026.        (un)nullify() function
  3027.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  3028.       Made checkbox/edit/delete fields smaller
  3029.  
  3030. 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
  3031.     * libraries/display_tbl.lib.php: the constant used to check
  3032.       if the transformation function is included no longer exists
  3033.     * libraries/transformations/: replaced "include" by "require_once"
  3034.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3035.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  3036.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3037.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  3038.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  3039.  
  3040. 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
  3041.     * main.php: Fixed one remaining preg_match
  3042.  
  3043. 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
  3044.     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
  3045.  
  3046. 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
  3047.     * Almost every file:
  3048.       - Replaced all include / require commands by require_once where possible;
  3049.       - Further php 4.1+ optimizations;
  3050.       - footer.inc.php now automatically stops the script execution;
  3051.       - Coding standards.
  3052.     * config.inc.php: Don't include select_lang.lib.php here.
  3053.     * libraries/common.lib.php: Backwards compatibility.
  3054.     * libraries/common.lib.php, libraries/defines.lib.php,
  3055.       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
  3056.       scripts/create-release.sh:
  3057.       defines.lib.php was included twice. For optimization reasons I moved all
  3058.       the code that is independent from the MySQL connection out of defines.lib
  3059.       into defines_php.lib.
  3060.       To point out the (new) meanings of the files I renamed defines.lib.php to
  3061.       defines_mysql.lib.php while defines_php.lib.php is now known as
  3062.       defines.lib.php.
  3063.  
  3064. 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
  3065.     * lang/check_lang.sh: Cleanup.
  3066.     * lang/sort_lang.sh: Cleanup.
  3067.     * lang/czech: Better translated some strings.
  3068.  
  3069. 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
  3070.     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
  3071.     * lang/hindi: update, thanks to Girish Nair (girish_nair)
  3072.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  3073.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3074.  
  3075. 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
  3076.     * translators.html: Changed email of Hindi translator, again.
  3077.     * badwords.txt: File is obsolete.
  3078.  
  3079. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
  3080.     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
  3081.       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
  3082.       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
  3083.       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
  3084.       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
  3085.  
  3086.       Reverted some obfuscated regular expressions to their working eregi-versions
  3087.       to not break stuff. Removed unneccessary reset() calls, replaced some more
  3088.       while(list()) constructs.
  3089.     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
  3090.       libraries/common.lib.php, libraries/display_tbl.lib.php,
  3091.       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
  3092.       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
  3093.  
  3094.       - When stored transformations have '.php3' ending, automagically assume '.php' now.
  3095.       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
  3096.         linebreaks.
  3097.  
  3098. 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
  3099.     * lang/german-*.inc.php: Updates.
  3100.     * lang/english-*.inc.php: Sortation.
  3101.  
  3102. 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  3103.     * tbl_rename.php: give an error if the new table name has a dot
  3104.       in its name, to avoid doing our automatic relation-table renames
  3105.  
  3106. 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
  3107.     * libraries/common.lib.php: Use preg again, it just needs a bit more
  3108.       escaping of \ (once for PHP and once for PCRE).
  3109.     * css/phpmyadmin.css.php: Make server selection in left frame same size as
  3110.       on other places.
  3111.     * main.php: One more regex escaping fix.
  3112.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  3113.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3114.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3115.     * translators.html: Updated email for Hindi translator.
  3116.  
  3117. 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  3118.     * server_privileges.php3: while (list() = each()) is not always as bad as
  3119.       one might think ;-p
  3120.  
  3121. 2003-11-22 Garvin Hicking <me@supergarv.de>
  3122.     * ./*: More PHP3-compatibility removal, see 2003-11-20.
  3123.  
  3124. 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
  3125.     * tbl_properties_operations.php: display "Add constraints" only
  3126.       if there are foreign keys in current table
  3127.     * libraries/common.lib.php: revert back to previous logic at line 1108
  3128.       because of regex problem (when only_db is used)
  3129.  
  3130. 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  3131.     * tbl_move_copy.php: typo about constraints
  3132.  
  3133. 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
  3134.     * scripts/create-release.sh: Udated information what is needed to change on
  3135.       home page to currect status.
  3136.  
  3137. 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  3138.     * server_databases.php, server_processlist.php, server_status.php,
  3139.       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
  3140.     * README: Updated requirements.
  3141.     * scripts/create-release.sh: Create Documentation.txt when building the
  3142.       distribution kits.
  3143.     * Documentation.txt, scripts/updatedocs.sh: Romoved.
  3144.  
  3145. 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
  3146.     * read_dump.php: Show message about failing upload in all cases, removed
  3147.       some PHP compatibility code.
  3148.     * libraries/export/sql.php: More older PHP cleanup.
  3149.     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
  3150.       table moving/copying and allow to keep constraints over these
  3151.       operations.
  3152.     * server_databases.php: Add correct parameters to left frame to keep
  3153.       server choice, language, etc. (bug #845397).
  3154.     * libraries/config_import.lib.php, config.inc.php, db_details.php,
  3155.       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
  3156.       #839168).
  3157.     * Documentation.html: Valid XHTML again.
  3158.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3159.  
  3160. 2003-11-20 Garvin Hicking <me@supergarv.de>
  3161.     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
  3162.       libraries/transformations/overview.php, libraries/*.php
  3163.       (work in progress)
  3164.  
  3165.       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
  3166.       - Replaced "while (list() = each())" calls by foreach loops.
  3167.       - Removed PHP3-compatibility code
  3168.       - Removed calls to $HTTP_*_VARS (using $_* now).
  3169.       - Replaced some TAB-characters with whitespace
  3170.       - Removed PHP4 < 4.1.0 compatibility code
  3171.       - Removed MySQL < 3.23.32 compatibility code
  3172.       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
  3173.         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
  3174.         performance
  3175.       - Replace calls to eregi*/split functions to their preg* counterparts for
  3176.         faster and binary-safe operation
  3177.       - Replace regex-Calls to simple string functions where possible (speedup)
  3178.       - Replace calls to substr($string, X, 1) to $string{X}
  3179.  
  3180. 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  3181.     * libraries/display_tbl.lib.php: first group of headers was offset by
  3182.       one column to the left
  3183.  
  3184. 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
  3185.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  3186.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  3187.     * lang/portuguese: Updated, thanks to Ant├│nio Raposo (cfmsoft).
  3188.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3189.  
  3190. 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  3191.     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
  3192.     * Documentation.html: Modified requirements.
  3193.     * server_collations.php: Replaced obsolete "while (list() = each())" calls
  3194.       by foreach loops.
  3195.     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
  3196.  
  3197. 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  3198.     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
  3199.  
  3200. 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  3201.     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
  3202.       for the product name
  3203.     * main.php: new warnings for old PHP or MySQL versions
  3204.  
  3205. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  3206.     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
  3207.  
  3208. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  3209.     * almost EVERYTHING: The big rename from php3 to php.
  3210.  
  3211. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  3212.     * read_dump.php3: Show result of last SHOW query when multiple queries.
  3213.     * scripts/create-release.sh: Generate also sizes of files, for
  3214.       files.inc.php on homepage.
  3215.  
  3216. 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  3217.     * lang/french: update
  3218.     * lang/turkish update, thanks to Bora Alioglu
  3219.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3220.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  3221.  
  3222. 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  3223.     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
  3224.       any ...TEXT field types can have a FULLTEXT index
  3225.  
  3226. 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  3227.     * libraries/common.lib.php3: undefined variable dblist_full when
  3228.       renaming a table
  3229.  
  3230. 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
  3231.     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
  3232.     * libraries/export/sql.php3, libraries/config_import.lib.php3,
  3233.       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
  3234.       config.inc.php3: Allow delayed inserts (RFE #841298).
  3235.     * libraries/export/sql.php3, libraries/common.lib.php3,
  3236.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  3237.       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
  3238.       statements in export (RFE #838828).
  3239.     * lang/remove_message.sh: Checks for parameter count.
  3240.  
  3241. 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
  3242.     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
  3243.     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
  3244.  
  3245. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
  3246.     * libraries/display_tbl.lib.php3: Added more secure checks
  3247.       for each'ing on arrays built by the query analyzer. (Bug #839630)
  3248.     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
  3249.       repeated headers were wrong since introduction of multi-row delete.
  3250.  
  3251. 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  3252.     * scripts/extchg.sh: bug 839081: generator.sh was not converted
  3253.  
  3254. 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  3255.     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
  3256.       bug 835783: now (if using PHP4) users can enter NULL in a field
  3257.       and get the string NULL and not a NULL value. For a real NULL
  3258.       value they must use the Null checkbox.
  3259.  
  3260. 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  3261.     * New italian doc (partial) in pma_localized_docs
  3262.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  3263.  
  3264. 2003-11-06 Garvin Hicking <me@supergarv.de>
  3265.     * sql.php3, libraries/display_tbl.lib.php3:
  3266.       RFE #835491: Display linked values in printview. Display relation-
  3267.       related features (comments, MIME-transformations) in printview.
  3268.       Fix empty table rows in vertical display (kept Mozilla from displaying
  3269.       borders in this printmode). Adjusted layout a tiny-weeny bit to let
  3270.       the comments of a field fit the whole space.
  3271.     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
  3272.       Documentation.html: Propagate current MIME-type to plugin functions.
  3273.       Thanks for noticing (again), Thiemo Maettig. :)
  3274.     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
  3275.       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
  3276.       the left frame. The '*' character can be used to
  3277.       fill in all remaining characters. See Documentation for details.
  3278.       RFE #830355, thanks to Xuefer for suggestions.
  3279.  
  3280. 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
  3281.     * libraries/export/xml.php3: Add xml header with encoding information
  3282.       (bug #836630).
  3283.  
  3284. 2003-11-05 Garvin Hicking <me@supergarv.de>
  3285.     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
  3286.       store queries with errors in history, also when coming from the
  3287.       database SQL tab.
  3288.     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
  3289.       are now put inside a <code> HTML-container, not <pre>. This allows
  3290.       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
  3291.       formatting has been altered to preserve those.
  3292.     * libraries/transformations/text_plain__dateformat.inc.php3:
  3293.       Remove obsolete code, thanks to Thiemo Maettig!
  3294.     * Documentation.html, libraries/display_tbl.lib.php3,
  3295.       libraries/transformations/*:
  3296.       The $meta field information is now passed to the transformation plugins
  3297.       to allow future (and easier) usage of field information
  3298.       (zerofill/unsigned/not_null/...).
  3299.  
  3300. 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  3301.     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
  3302.       about selecting homonyms on a table without primary key
  3303.  
  3304. 2003-11-04 Garvin Hicking <me@supergarv.de>
  3305.     * Documentation.html: Added known limitation about ANSI-mode
  3306.       (Bug #816858)
  3307.     * libraries/transformations/text_plain__dateformat.inc.php3:
  3308.       Bug #835252: Now allow more timestamps. Minor modification of a patch
  3309.       submitted by anonymous poster. Thanks!
  3310.  
  3311. 2003-11-03 Garvin Hicking <me@supergarv.de>
  3312.     * Documentation.html, tbl_row_delete.php3,
  3313.       libraries/display_tbl.lib.php3:
  3314.       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
  3315.       tweaks to make PHP-Transformations with forms working again. Added
  3316.       a limitation notice on that to FAQ 3.8. Added an image to this action.
  3317.     * libraries/display_tbl.lib.php3: Made multi-row delete working for
  3318.       vertical browse mode. When executing a multi-row delete, keep the
  3319.       last used display mode and other options.
  3320.     * Documentation.html: Adjusted link to the link-section of our homepage.
  3321.       Fixed typo.
  3322.  
  3323. 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
  3324.     * lang/czech: Updated.
  3325.     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
  3326.       (RFE #834053).
  3327.  
  3328. 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  3329.     * lang/german-*.inc.php3: Grammar.
  3330.     * config.inc.php3, libraries/common.lib.php3,
  3331.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  3332.       libraries/export/csv.php3, lang/*.inc.php3:
  3333.       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
  3334.  
  3335. 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  3336.     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
  3337.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  3338.  
  3339. 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  3340.     * libraries/relation.lib.php3: bug 826880, quotes added
  3341.  
  3342. 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  3343.     * lang/romanian: Updated, thanks to Valics Lehel.
  3344.     * tbl_relation.php3: add backquotes around table and field names
  3345.       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
  3346.       version, a blank character in a field name is not accepted by InnoDB
  3347.  
  3348. 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  3349.     * querywindow.php3: bug 825668: js errors in SQL-history,
  3350.       thanks to Jenik Kaspar (jenix)
  3351.  
  3352. 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  3353.     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
  3354.     * querywindow.php3: bug 829737, cosmetic change: added   for
  3355.       better display in Iconic 'both' mode
  3356.  
  3357. 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
  3358.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  3359.     * lang/serbian: utf-8 translations contained no strings, regenerated.
  3360.     * lang/other: Added missing strings.
  3361.     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
  3362.       it makes sense (bug #829594).
  3363.  
  3364. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  3365.     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
  3366.       (bug #828370).
  3367.     * libraries/export/sql.php3. libraries/export/latex.php3,
  3368.       libraries/display_export.lib.php3, export.php3, lang/*,
  3369.       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
  3370.       supress dates in SQL dump separately.
  3371.     * lang/add_message.sh: Fail if no message specified.
  3372.     * lang/add_message_file.sh: Fail if no file specified.
  3373.     * libraries/display_export.lib.php3: Added ugly hack to allow switching
  3374.       export options in Opera (bug #828712).
  3375.     * db_details_structure.php3, lang/*: Show also overhead, allow to check
  3376.       all tables with overhead at once (JS only) (RFE #828090).
  3377.     * footer.inc.php3: Try to update history in table only if configured so
  3378.       (bug #828356).
  3379.  
  3380. 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  3381.     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
  3382.       thanks to Chris Walsh (chriswalshaz)
  3383.     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
  3384.     * tbl_relation.php3: Bug 827340: Relation view should display also
  3385.       non-unique keys as possible choices for foreign keys
  3386.  
  3387. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  3388.     * Documentation, config.inc.php3, tbl_change.php3,
  3389.       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
  3390.       default functions configurable (RFE #821271).
  3391.  
  3392. 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  3393.     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
  3394.     * libraries/functions.js: bug 825665, scratchboard and paper size
  3395.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3396.     ### 2.5.4 released
  3397.  
  3398. 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  3399.     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
  3400.     * tbl_query_box.php3, libraries/bookmark.lib.php3:
  3401.       bug 824958: bookmarks not configured
  3402.  
  3403. 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
  3404.     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
  3405.     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
  3406.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3407.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3408.     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
  3409.     * lang/sort_lang.sh: Ignores non file parameter.
  3410.     * libraries/common.lib.php3: Add some more fixes for wrongly typed
  3411.       $cfg['PmaAbsoluteUri'].
  3412.     * Documentation: Changed my email and credits.
  3413.     * libraries/defines_php.lib.php3: Output buffering is not available in
  3414.       php 3 (bug #824956).
  3415.  
  3416. 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  3417.     * lang/russian-windows-1251: wrong charset (bug 823939)
  3418.  
  3419. 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  3420.     * server_privileges.php3: bug 707516, sometimes db privileges
  3421.       are not shown
  3422.  
  3423. 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  3424.     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
  3425.  
  3426. 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  3427.     * libraries/grab_globals.lib.php3: bug 807047, better fix
  3428.     * tbl_select.php3: bug 821350: escape single quotes in table
  3429.       Search page
  3430.  
  3431. 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
  3432.     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
  3433.  
  3434. 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
  3435.     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
  3436.     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
  3437.     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
  3438.     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
  3439.       default phpMyAdmin table names from PMA_* to pma_*.
  3440.  
  3441. 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  3442.     * lang/russian*: updated, thanks to Artyom Rabzonov
  3443.  
  3444. 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
  3445.     * Documentation: Another hint for creating primary/unique keys.
  3446.  
  3447. 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  3448.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  3449.  
  3450. 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
  3451.     * tbl_replace.php3: Do not include query in redirect url if too long.
  3452.  
  3453. 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  3454.     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
  3455.       against cookies of the same name
  3456.     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
  3457.       icon should not be displayed in all cases
  3458.  
  3459. 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  3460.     * lang/slovenian update, thanks to Kositer Uros
  3461.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  3462.     * libraries/export/sql.php3: bug 815822 Undefined index/offset
  3463.     * lang/turkish update, thanks to Bora Alioglu
  3464.  
  3465. 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  3466.     * translators.html: Better link.
  3467.  
  3468. 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  3469.     ### 2.5.4-rc1 released
  3470.  
  3471. 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
  3472.     * lang/czech: Updated.
  3473.     * config.inc.php3, db_details_importdocsql.php3,
  3474.       db_details_structure.php3, libraries/config_import.lib.php3: You now
  3475.       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
  3476.       #812033.
  3477.     * Documentation: Documented above and support for compressed dumps.
  3478.     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
  3479.       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
  3480.       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
  3481.  
  3482. 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  3483.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  3484.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3485.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  3486.     * new lang: bosnian, thanks to Samir Kobiljak
  3487.  
  3488. 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  3489.     * tbl_row_delete.php3, mult_submits.inc.php3,
  3490.       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
  3491.       RFE 810270: multi-row delete in browse mode
  3492.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  3493.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3494.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  3495.  
  3496. 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  3497.     * tbl_indexes.php3: RFE #812993 (Icons for index table).
  3498.     * lang/persian-*.inc.php3, lang/sync_lang.sh,
  3499.       libraries/select_lang.lib.php3, translators.html:
  3500.       New Persian language files, thanks to Parham Ghaffarian.
  3501.     * libraries/select_lang.lib.php3: Removed a dublicate entry.
  3502.     * translators.html: I'm back. :-)
  3503.     * lang/english.inc.php3: Resorted strings.
  3504.  
  3505. 2003-09-26 Garvin Hicking <me@supergarv.de>
  3506.     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
  3507.       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
  3508.  
  3509. 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  3510.     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
  3511.       markers), thanks to Michael Johnson (redbeardc).
  3512.     * server_privileges.php3: Fixed bug #811792 (Password not kept when
  3513.       modifying user).
  3514.  
  3515. 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  3516.     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
  3517.  
  3518. 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  3519.     * libraries/export/sql.php3: bug 811222: we need to analyze the query
  3520.       to get the true column name in case of aliases
  3521.     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
  3522.       does not need reduced font size
  3523.  
  3524. 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  3525.     * pdf_schema.php3: bug 805227: the "Show color" only removed
  3526.       color on arrows, now removes all the color because of printing problems
  3527.       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
  3528.  
  3529. 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  3530.     * server_privileges.php3: bug 784961, could not delete a user
  3531.  
  3532. 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
  3533.     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
  3534.       with older php (bug #802060).
  3535.  
  3536. 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
  3537.     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
  3538.       than one cookie auth is being used.
  3539.  
  3540. 2003-09-18 Garvin Hicking <me@supergarv.de>
  3541.     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
  3542.       Add bookmark option to query window/tab to bookmark any statement.
  3543.  
  3544. 2003-09-17 Garvin Hicking <me@supergarv.de>
  3545.     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
  3546.       history, not execute them immediately.
  3547.     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
  3548.     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
  3549.       server_databases.php3
  3550.  
  3551. 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
  3552.     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
  3553.       can not be read.
  3554.     * tbl_query_box.php3: Do not require any variables in query window.
  3555.     * lang/*, libraries/export/sql.php3: Export separately constraints, so
  3556.       they don't cause troubles on import (bug #807615).
  3557.     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
  3558.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  3559.       libraries/auth/cookie.auth.lib.php3,
  3560.       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
  3561.       into cookie auth, new config variable for enabling this
  3562.       $cfg['AllowArbitraryServer'].
  3563.     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
  3564.       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
  3565.       #752886).
  3566.     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
  3567.       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
  3568.       they are compressed by smaller chunks and send to browser (RFE #795849).
  3569.     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
  3570.       comment including references.
  3571.  
  3572. 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  3573.     * sql.php3: bug 790849 (js disabled and user removes the row limit
  3574.       from the Show [30] rows)
  3575.  
  3576. 2003-09-16 Garvin Hicking <me@supergarv.de>
  3577.     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
  3578.     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
  3579.     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
  3580.     one. Keep old function for any future use.
  3581.  
  3582. 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  3583.     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
  3584.       "Select" becomes "Search" to denote more clearly was this sub-page
  3585.       is about
  3586.  
  3587. 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
  3588.     * libraries/export/sql.php3: Avoid freeing failed result.
  3589.  
  3590. 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  3591.     * Documentation.html: clarify FAQ 6.20 about which privileges are
  3592.       assigned to users after an upgrade to MySQL 4, and their effect
  3593.       on seeing all the databases.
  3594.  
  3595. 2003-09-12 Garvin Hicking <me@supergarv.de>
  3596.     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
  3597.       (Bookmarks for all users)
  3598.     * lang/german*: Update
  3599.     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
  3600.       not working on PHP < 4.0.3
  3601.  
  3602. 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  3603.     * lang/turkish update, thanks to Bora Alioglu
  3604.     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
  3605.       and add "Sort" tooltip to each column header
  3606.  
  3607. 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
  3608.     * read_dump.php3: Add also limit to size, not only to pieces, because of
  3609.       extended inserts (bug #803372).
  3610.  
  3611. 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  3612.     * Documentation.html: clarify about InnoDB support
  3613.     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
  3614.       bug 792511: SELECT * FROM mytable LIMIT 0,-1
  3615.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  3616.       from mysql_list_fields, so modify PMA_mysql_list_fields to use
  3617.       SELECT * FROM db.table LIMIT 1
  3618.       (Thanks to Peter Beckman (ooglek))
  3619.  
  3620. 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  3621.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  3622.       from mysql_list_tables, so modify PMA_mysql_list_tables to use
  3623.       SHOW TABLES FROM
  3624.  
  3625. 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
  3626.     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
  3627.       relations used.
  3628.     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
  3629.       indexes (RFE #528503).
  3630.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3631.     * lang/dutch: Updated, thanks to nobody :-).
  3632.  
  3633. 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
  3634.     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
  3635.       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
  3636.       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
  3637.       server (RFE #684097).
  3638.  
  3639. 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  3640.     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
  3641.       privileges).
  3642.  
  3643. 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  3644.     ### 2.5.3 released
  3645.  
  3646. 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  3647.     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
  3648.     * tbl_relation.php3: InnoDB support
  3649.  
  3650. 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
  3651.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3652.  
  3653. 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  3654.     * Documentation.html:
  3655.       - rewrote FAQ 1.17;
  3656.       - corrected some other FAQs;
  3657.       - tidied up "Requirements" section about MySQL.
  3658.  
  3659. 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  3660.     * translators.html: azerbaijani, and change of address for
  3661.       swedish translator
  3662.  
  3663. 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
  3664.     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
  3665.  
  3666. 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
  3667.     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
  3668.       (bug #798426).
  3669.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  3670.     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
  3671.       translation, thanks to Shehriyar Imanov (sheki).
  3672.  
  3673. 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
  3674.     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
  3675.     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
  3676.  
  3677. 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  3678.     * README: Updated php / MySQL versions.
  3679.  
  3680. 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
  3681.     * libraries/display_export.lib.php3: Allow xml to be also default export
  3682.       (bug #796706).
  3683.  
  3684. 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  3685.     * tbl_relation.php3: User forgot to define an index on the master table
  3686.       before adding a foreign key constraint: trap the error, warn the user
  3687.       and show him a link to the relevant doc
  3688.  
  3689. 2003-08-27 Garvin Hicking <me@supergarv.de>
  3690.     * lang/german*: Update
  3691.  
  3692. 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
  3693.     * sql.php3, lang/*: Print view with full texts (RFE #742123).
  3694.  
  3695. 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  3696.     * browse_foreigners.php3: undefined variable.
  3697.  
  3698. 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  3699.     * libraries/common.lib.php3: Backwards compatibility.
  3700.     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
  3701.  
  3702. 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
  3703.     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
  3704.       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
  3705.       LaTeX export (patch #777451).
  3706.  
  3707. 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
  3708.     * lang/czech: Updated.
  3709.  
  3710. 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
  3711.     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
  3712.       InnoDB relations (for now, same db, only one index column, and
  3713.       no ON DELETE or ON UPDATE clauses)
  3714.  
  3715. 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  3716.     * tbl_rename.php3: After renaming a table, move back to
  3717.       tbl_properties_operations.php3 instead of tbl_properties.php3.
  3718.  
  3719. 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  3720.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3721.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  3722.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3723.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3724.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3725.     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
  3726.     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
  3727.     * libraries/relation.lib.php3: getForeigners() returns also the constraint
  3728.  
  3729. 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  3730.     * tbl_relation.php3: improve variables, remove some code
  3731.  
  3732. 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  3733.     * server_privileges.php3: Fixed some typos.
  3734.  
  3735. 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  3736.     * lang/romanian: Updated, thanks to Valics Lehel.
  3737.     * lang/turkish update, thanks to Bora Alioglu
  3738.  
  3739. 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
  3740.     * lang/czech: Updated.
  3741.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  3742.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  3743.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3744.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3745.  
  3746. 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  3747.     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
  3748.       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
  3749.       Patch 789367: Browse foreign values, thanks to Garvin
  3750.     ### 2.5.3-rc2 released
  3751.  
  3752. 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  3753.     * translators.html: Garvin is now the official German translator,
  3754.       temporarily.
  3755.  
  3756. 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  3757.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  3758.  
  3759. 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  3760.     * Documentation.html: Bad anchor link and other typos.
  3761.  
  3762. 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  3763.     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
  3764.       and bug 788676: added a table to help Netscape aligning the icons
  3765.       with the text
  3766.  
  3767. 2003-08-15 Garvin Hicking <me@supergarv.de>
  3768.     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
  3769.       multi-submit button)
  3770.     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
  3771.       - Enlarge area around the new buttons for better usability
  3772.  
  3773. 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
  3774.     * Documentation: Synced export FAQ with export page.
  3775.     * Documentation: Fixed information about transformations.
  3776.  
  3777. 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
  3778.     * server_privileges.php3: Fix notice about undefined index (bug #780861).
  3779.  
  3780. 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  3781.     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
  3782.  
  3783. 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
  3784.     * tbl_addfield.php3: Highlight correct tab after changing structure.
  3785.     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
  3786.       alpha_variable).
  3787.  
  3788. 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
  3789.     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
  3790.     * libraries/functions.js: Don't ask for confirmation of query that will
  3791.       not be executed (bug #783667).
  3792.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  3793.     * lang/czech: Updated, thanks to me :).
  3794.  
  3795. 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
  3796.     * libraries/export/csv.php3, libraries/export/latex.php3,
  3797.       libraries/export/xml.php3: Added some stripslashes to generate correct
  3798.       exports.
  3799.  
  3800. 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  3801.     * server_status.php3: bug 786331, a 100,00% not internationalized,
  3802.       and align values for "More status variables"
  3803.     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
  3804.  
  3805. 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  3806.     * libraries/auth/cookie.auth.lib.php3: Cookies required message
  3807.       should not look like an error
  3808.  
  3809. 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  3810.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3811.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  3812.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3813.     * lang/english, french: typos about $strDBGMaxTimeMs
  3814.  
  3815. 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  3816.     * lang/serbian update, thanks to Mihailo Stefanovic
  3817.     * lang/romanian: Updated, thanks to Valics Lehel.
  3818.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3819.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3820.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  3821.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  3822.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3823.     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
  3824.  
  3825. 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  3826.     * sql.php3: bug 782925: fix "Showing rows..." message when user has
  3827.       put a LIMIT in the query
  3828.     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
  3829.       MySQL versions
  3830.  
  3831. 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
  3832.     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
  3833.  
  3834. 2003-08-05 Garvin Hicking <me@supergarv.de>
  3835.     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
  3836.       (Bug #782966)
  3837.     * tbl_change.php3: RFE #772991: Shorten dropdown field using
  3838.       $cfg['LimitChars']
  3839.     * tbl_change.php3: RFE #762221: Swap relational insert key order
  3840.  
  3841. 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
  3842.     * sql.php3: Fixed regular expression.
  3843.     * libraries/export/latex.php3: Use "table (field)" instead of
  3844.       "table -> field" when dumping relations into LaTeX (bug #776957).
  3845.     * libraries/display_export.lib.php3, libraries/export/csv.php3,
  3846.       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
  3847.       for Excel export (bug #771299).
  3848.     * header.inc.php3: Don't allow including this file twice.
  3849.     * db_details.php3, db_details_importdocsql.php3, export.php3,
  3850.       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
  3851.     * libraries/tbl_change.js: When ENUM field has just one value, it could
  3852.       not be set to NULL (bug #783533).
  3853.     * tbl_move_copy.php3: Use database we're working on to avoid some problems
  3854.       with replicated databases (bug #780439).
  3855.     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
  3856.       one (bug #780569).
  3857.  
  3858. 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  3859.     * libraries/sqlparser.data.php3: bug 779453, wrong count
  3860.     * lang/turkish update, thanks to Bora Alioglu
  3861.     * lang/romanian: Updated, thanks to Valics Lehel.
  3862.     * lang/ukrainian: update, thanks to Markijan Baran
  3863.     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
  3864.       from "Create PHP Code" or "Without PHP Code"
  3865.  
  3866. 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
  3867.     * lang/czech: Updated.
  3868.  
  3869. 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  3870.     * tbl_select.php3: bug 697979, implemented a suggestion by
  3871.       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
  3872.       on the Select page, to avoid (in most cases) a IE limitation
  3873.  
  3874. 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  3875.     * main.php3: Added link to charset page.
  3876.     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
  3877.       information.
  3878.     * tbl_properties_structure.php3: Tooltips for collations.
  3879.  
  3880. 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
  3881.     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
  3882.       or a foreign key) was wrongly urldecoded to a space
  3883.     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
  3884.  
  3885. 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  3886.     * tbl_move_copy.php3: wrong Missing message
  3887.  
  3888. 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  3889.     * server_privileges.php3: Implemented some version checks to avoid bugs like
  3890.       #777785.
  3891.  
  3892. 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  3893.     * serbian: big update,
  3894.       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
  3895.       Mihailo Stefanovic <mst@mikis.org>
  3896.     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
  3897.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  3898.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3899.     ### 2.5.3-rc1 released
  3900.  
  3901. 2003-07-29 Garvin Hicking <me@supergarv.de>
  3902.     * Documentation.html, config.inc.php3, read_dump.php3,
  3903.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  3904.       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
  3905.       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
  3906.         execution of a multi-query statement even though single queries
  3907.         may fail
  3908.       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
  3909.         of each query of a multi-query statement (taking some maximum
  3910.         line/pieces amounts into account)
  3911.       o changed formatting of syntax_comment to include some space
  3912.     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
  3913.       Display MySQL error code and link to the MySQL-Documentation of
  3914.       error codes
  3915.  
  3916. 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  3917.     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
  3918.       multi-submit buttons.
  3919.  
  3920. 2003-07-28 Garvin Hicking <me@supergarv.de>
  3921.     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
  3922.       is set to 'none', positively retain any user formatting for query
  3923.       output. (RFE #769219)
  3924.     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
  3925.  
  3926. 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  3927.     * sql.php3: bug 778899, could not create a bookmark
  3928.     * ldi_table.php3: Users with register_global=off received some
  3929.       Missing messages, due to a missing "require" in ldi_table.php3
  3930.  
  3931. 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  3932.     * server_privileges.php3: A user could not edit his own global privileges.
  3933.  
  3934. 2003-07-25 Garvin Hicking <me@supergarv.de>
  3935.     * Documentation.html: Updated my E-Mail, added latest credits-items
  3936.     * images/*, config.inc.php3, db_details_structure.php3,
  3937.       libraries/common.lib.php3, table_details_structure.php3,
  3938.       libraries/display_tbl.lib.php3, Documentation.html,
  3939.       left.php3:
  3940.       Even more new images on more places: DB properties, Table
  3941.       properties, Table Display (LinkOrButton unified as well),
  3942.       Left frame.
  3943.       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
  3944.       care?)
  3945.  
  3946. 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  3947.     * header.inc.php3: XHTML compatibility
  3948.     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
  3949.       unable to insert record with FK in another db
  3950.  
  3951. 2003-07-24 Garvin Hicking <me@supergarv.de>
  3952.     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
  3953.       TRUNCATE statements!
  3954.     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
  3955.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
  3956.       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
  3957.       for the database properties page and implemented RFE #752062: multi-
  3958.       column display for many tables.
  3959.       (thanks to Kawika Ohumukini [boogie33]).
  3960.  
  3961. 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
  3962.     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
  3963.       bug 772765, InnoDB and multi-columns foreign key
  3964.     * tbl_select.php3: LIKE in Select sub-page for non-text fields
  3965.  
  3966. 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  3967.     * libraries/mysql_charsets.lib.php3:
  3968.       - better method for retrieving the supported MySQL charsets;
  3969.       - fixed a bug that caused "armascii8" to appear twice in the charsets
  3970.         list (as "armascii8" and "armascii");
  3971.       - added ability to retrieve all collations and related MySQL settings;
  3972.       - added a function to build description strings for given collations
  3973.         (still needs some optimization).
  3974.     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
  3975.     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
  3976.       New status page "Character Sets and Collations" for MySQL 4.1.
  3977.  
  3978. 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  3979.     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
  3980.     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
  3981.  
  3982. 2003-07-23 Garvin Hicking <me@supergarv.de>
  3983.     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
  3984.       (Bug #769827)
  3985.     * libraries/display_export.lib.php3, libraries/export/sql.php3
  3986.       Only print Update/Creation/Check time when the checkbox 'Include
  3987.       Comments' is chosen. So it is now also possible to check that
  3988.       box even though the relational features could be deactivated.
  3989.       But all checks to relational comments will only use those if
  3990.       the relation features work.
  3991.  
  3992. 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  3993.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  3994.     ### 2.5.2 released
  3995.  
  3996. 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  3997.     * tbl_properties_operations.php3: Do not display the
  3998.       "Referential integrity check" section for InnoDB tables
  3999.       as this was intended for pmadb relations
  4000.  
  4001. 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  4002.     * (in lots of scripts): checks for paths disclosure
  4003.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4004.  
  4005. 2003-07-18 Garvin Hicking <me@supergarv.de>
  4006.     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
  4007.       way of rewriting bookmark variables.
  4008.     * Documentation.html: Bookmark variable expansion only works with PHP
  4009.       4.3.0 and above
  4010.     * tbl_query_box.php3: For the querywindow - if no items are available
  4011.       for the 'file import' tab, hide the 'Go' button and instead display
  4012.       a warning message. Can happen if you don't have $cfg['UploadDir']
  4013.       set and $is_upload is false.
  4014.  
  4015. 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  4016.     * server_status.php3: the percentages of Query types did not add up
  4017.       to 100, because the number of connections is included in the total
  4018.       number of queries, thanks to jht001 ( Jams H Thompson )
  4019.  
  4020. 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  4021.     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
  4022.       appeared when inserting values into ENUM or SET fields.
  4023.  
  4024. 2003-07-17 Garvin Hicking <me@supergarv.de>
  4025.     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
  4026.       Thanks to andreas_e ;)
  4027.  
  4028. 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
  4029.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4030.  
  4031. 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  4032.     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
  4033.  
  4034. 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  4035.     * libraries/functions.js: Bug #771794 (CHAR length check although field name
  4036.       is empty).
  4037.  
  4038. 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  4039.     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
  4040.       a LONGTEXT with character set latin7
  4041.     * db_details_structure.php3, tbl_properties_structure.php3: missing
  4042.       $err_url for mult_submits
  4043.     * scripts/create-tables.sql: don't use backquotes in USE
  4044.  
  4045. 2003-07-14 Garvin Hicking <me@supergarv.de>
  4046.     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
  4047.  
  4048. 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  4049.     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
  4050.  
  4051. 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  4052.     ### 2.5.2-rc2 released
  4053.  
  4054. 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  4055.     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
  4056.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  4057.  
  4058. 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  4059.     * lang/turkish update, thanks to Bora Alioglu
  4060.     * lang/slovak update, thanks to Lubos Klokner
  4061.  
  4062. 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  4063.     * db_create.php3:
  4064.       - Display CREATE DATABASE query;
  4065.       - Call user-defined default tab instead of hardcoded db_details.php3.
  4066.     * index.php3: Don't display scrollbars in queryframe (Opera fix).
  4067.     * libraries/display_export.lib.php3: Disabled XML export for multiple
  4068.       databases because an XML file must not contain more than one database.
  4069.  
  4070. 2003-07-10 Garvin Hicking <me@supergarv.de>
  4071.     * libraries/display_tbl.lib.php3: Let the default function take
  4072.       the honor to replace special strings, so that a non-default function
  4073.       does not necessary have them introduced. Very convenient for the
  4074.       text/plain->formatted display, which would otherwise get every
  4075.       CR/LF converted to a <br> and introduce nasty skew.
  4076.  
  4077. 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  4078.     * pdf_schema.php3: do not display a foreign table if it's not selected
  4079.       by user to be on the schema
  4080.  
  4081. 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
  4082.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  4083.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4084.     * footer.inc.php3: Fix JS error when in query window is not active SQL
  4085.       tab.
  4086.  
  4087. 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
  4088.     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
  4089.       in password/username (bug #747020).
  4090.     * server_privileges.php3: Fixed escaping when backslash in
  4091.       password/username.
  4092.     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
  4093.       (bug #768351).
  4094.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  4095.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  4096.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4097.  
  4098. 2003-07-09 Garvin Hicking <me@supergarv.de>
  4099.     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
  4100.       whole frameset)
  4101.     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
  4102.       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
  4103.       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
  4104.       for all browsers except IE6.x. Created a meta-header to identify which
  4105.       setting is used, to make our debugging of bugreports easier.
  4106.  
  4107. 2003-07-08 Garvin Hicking <me@supergarv.de>
  4108.     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
  4109.       This enables phpMyAdmin to be used within a frameset without trying
  4110.       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
  4111.       1.4 and IE5.5.
  4112.  
  4113. 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  4114.     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
  4115.       incorrect row count for MySQL 4.1 subqueries;
  4116.       bug 649665, incorrect row count for UNIONs
  4117.  
  4118. 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
  4119.     * config.inc.php3, tbl_properties_operations.php3,
  4120.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  4121.       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
  4122.       AUTO_INCREMENT value (RFE #763957).
  4123.     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
  4124.     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
  4125.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  4126.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  4127.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  4128.     * lang/romanian: Updated, thanks to Valics Lehel.
  4129.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4130.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  4131.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  4132.  
  4133. 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  4134.     * libraries/common.lib.php3: Send headers before exiting because of missing
  4135.       MySQL extension.
  4136.     * lang/german-*.inc.php3: Updates.
  4137.  
  4138. 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  4139.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  4140.       compatibility.
  4141.     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
  4142.  
  4143. 2003-07-07 Garvin Hicking <me@supergarv.de>
  4144.     * tbl_change.php3: Fix undefined index for disp_query
  4145.       (when inserting a new row with a file uploaded to a column)
  4146.     * libraries/transformations/image_jpeg__inline.inc.php3,
  4147.       libraries/transformations/image_png__inline.inc.php3: Proper escaping
  4148.       of &
  4149.     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
  4150.       smaller default font size (like OPERA). Bug #752646.
  4151.  
  4152. 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  4153.     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
  4154.       Documentation.html: only one blowfish secret is necessary for
  4155.       all servers, thanks to Alexander M. Turek
  4156.     ### 2.5.2-rc1 released
  4157.  
  4158. 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
  4159.     * lang/czech: Updated.
  4160.     * css/phpmyadmin.css.php3: url() should not contain quotes.
  4161.  
  4162. 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  4163.     * lang/german-*.inc.php3: Updates.
  4164.     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
  4165.  
  4166. 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  4167.     * libraries/auth/config.auth.lib.php3, lang/*.php3:
  4168.       $strAccessDeniedExplanation
  4169.     * lang/swedish update, thanks to Bj├╢rn T. Hallberg (bth).
  4170.     * lang/polish update, thanks to Jakub Wilk (ubanus).
  4171.  
  4172. 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
  4173.     * lang/czech: Updated.
  4174.  
  4175. 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  4176.     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
  4177.     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
  4178.       sometimes, binary contents in cookies is not retrieved properly,
  4179.       so protect it with base64_encode()
  4180.     * lang/ukrainian: update, thanks to Markijan Baran
  4181.  
  4182. 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  4183.     * lang/romanian update, thanks to Valics Lehel
  4184.     * lang/turkish update, thanks to Bora Alioglu
  4185.     * lang/italian update, thanks to Pietro Danesi
  4186.  
  4187. 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  4188.     * Documentation.html: faq 8.1 about security alert of 2003-06-18
  4189.     * tbl_properties_links.php3: fix missing SQL section for exports
  4190.     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
  4191.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  4192.       config.inc.php3, user_password.php3, Documentation.html, lang/*:
  4193.       now used the blowfish algorithm to encrypt the password in the
  4194.       temporary cookie
  4195.  
  4196. 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  4197.     * lang/french: update
  4198.  
  4199. 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
  4200.     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
  4201.       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
  4202.     * tbl_query_box.php3: Moved load text files link outside form.
  4203.  
  4204. 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
  4205.     * left.php3: Removed debugging code
  4206.  
  4207. 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
  4208.     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
  4209.       checks to avoid trying to use relations when no table (bug #761835).
  4210.  
  4211. 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  4212.     * sql.php3: bug 760648: incorrect result count on MySQL 3
  4213.  
  4214. 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  4215.     * lang/ukrainian: update, thanks to Markijan Baran
  4216.     * libraries/sqlparser.lib.php3 typo
  4217.  
  4218. 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
  4219.     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
  4220.       back to tbl_properties_structure.php3 when not dropping table.
  4221.  
  4222. 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  4223.     * scripts/create-release.sh: typo, bzip should be bzip2
  4224.     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
  4225.       bug 760648 export SELECT DISTINCT results
  4226.  
  4227. 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
  4228.     * libraries/sqlparser.lib.php3: Fixed XSS problem.
  4229.     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
  4230.       specied length for CHAR/VARCHAR fields.
  4231.     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
  4232.       exporting custom SQL (also saves one SQL query for export) (fixes bug
  4233.       #755386).
  4234.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4235.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  4236.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  4237.     * lang/czech:  Updated.
  4238.     * lang/*: Removed duplicate strReset.
  4239.     * lang/check_lang.sh: Ignore japanese specific messages.
  4240.     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
  4241.       query into CSV/LaTeX/XML (RFE #684804).
  4242.  
  4243. 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  4244.     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
  4245.  
  4246. 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  4247.     * pdf_pages.php3: automatic layout start at 300,300 for better look
  4248.       on the dom-drag scratchboard
  4249.  
  4250. 2003-06-23 Garvin Hicking <me@supergarv.de>
  4251.     * Documentation.html, config.inc.php3, pdf_pages.php3,
  4252.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  4253.       libraries/config_import.lib.php3, libraries/dom-drag.js,
  4254.       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
  4255.       for PDF-relation setup. Based on DOM-drag.js, a library provided
  4256.       by Aaron Boodman (youngpup.net).
  4257.     * lang/german*: Updates
  4258.     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
  4259.  
  4260. 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  4261.     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
  4262.       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
  4263.       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
  4264.       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
  4265.       files for incomplete arrays ($byteUnits, $day_of_week and $month).
  4266.     * libraries/common.lib.php3: Security fix against bad JS code.
  4267.     * translators.html: Removed Lo├»c from list; he is inactive at the moment.
  4268.     * Documentation.html: Changed my email address.
  4269.  
  4270. 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  4271.     * scripts/updatedocs.sh:
  4272.       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
  4273.     * scripts/create-release.sh:
  4274.       - Moved to using updatedocs.sh for updating documentation.
  4275.       - Make tarring faster by re-arranging ops.
  4276.  
  4277. 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  4278.     * sql.php3: typo in call to cleanup columns
  4279.  
  4280. 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  4281.     * pdf_schema.php3: use PMA_getForeigners()
  4282.     * db_details_qbe.php3: undefined variable
  4283.  
  4284. 2003-06-20 Garvin Hicking <me@supergarv.de>
  4285.     * db_details_importdocsql.php3: Will now NEVER reveal any filename
  4286.       the docSQL import isn't able to read. Can now only read contents
  4287.       of the 'docSQL' subdirectory and never be able to go higher than
  4288.       that level.
  4289.  
  4290. 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  4291.     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
  4292.     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
  4293.     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
  4294.     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
  4295.       foreign keys defined in innnodb
  4296.     * tbl_select.php3: use PMA_getForeigners() also for innodb
  4297.  
  4298. 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
  4299.     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
  4300.  
  4301. 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  4302.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  4303.  
  4304. 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
  4305.     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
  4306.  
  4307. 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
  4308.     * export.php3: Fixed saving compressed dumps on server.
  4309.     * libraries/display_export.lib.php3: Fixed description for line
  4310.       terminating character.
  4311.  
  4312. 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  4313.     * libraries/sqlparser.data.php3: bug 753813, "session" is not
  4314.       a reserved word
  4315.  
  4316. 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
  4317.     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
  4318.       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
  4319.       function, that checks true dl availability (fixes #747717). All checks
  4320.       are based on php 4.3.1 source, so if this gets changed, we will need to
  4321.       change checks also.
  4322.  
  4323. 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  4324.     * libraries/relation.lib.php3: bug 751787: should not disable all
  4325.       the features, when the relation feature is broken
  4326.  
  4327. 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  4328.     * libraries/auth/cookie.auth.lib.php3: undefined scheme
  4329.     * main.php3: undefined scheme
  4330.  
  4331. 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  4332.     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
  4333.     * libraries/export/sql.php3: typo largeblob -> longblob
  4334.  
  4335. 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
  4336.     * scripts/create-release.sh: Set correct permissions before releasing.
  4337.     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
  4338.       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
  4339.       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
  4340.       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
  4341.       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
  4342.       changes:
  4343.         - support for exporting selected databases
  4344.         - if not needed buffering, output is send directly
  4345.         - unifies all export, so there is now more common code
  4346.         - sql export can contain relations and mime types in comments
  4347.         - configurable defaults for export.
  4348.  
  4349. 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
  4350.     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
  4351.       almost every select.
  4352.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4353.     * lang/czech: Updated.
  4354.  
  4355. 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  4356.     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
  4357.     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
  4358.       SET and ENUM fields may have a character set, too.
  4359.  
  4360. 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  4361.     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
  4362.       number.
  4363.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  4364.       tbl_properties.inc.php3, tbl_properties_operations.php3,
  4365.       tbl_properties_structure.php3, tbl_properties_table_info.php3,
  4366.       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
  4367.       - phpMyAdmin is now able to assign / alter table and field charsets;
  4368.       - The table structure page sometimes displayed "Array" in the charset
  4369.         column;
  4370.       - When altering the field type, the input box for the field length
  4371.         sometimes had a strange default value.
  4372.  
  4373. 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  4374.     * Documentation.html, config.inc.php3: new LimitChars behavior
  4375.  
  4376. 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
  4377.     * mult_submits.inc.php3: Missing ;.
  4378.     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
  4379.       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
  4380.     * tbl_query_box.php3: Don't add target if not in query window.
  4381.     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
  4382.       (RFE #742123).
  4383.     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
  4384.       edit/display deleted page just after deleting.
  4385.     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
  4386.       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
  4387.       select paper size for pdf (RFE #631551).
  4388.     * read_dump.php3: Fixed undefined variable warning (bug #750070).
  4389.     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
  4390.       (bug #678289).
  4391.  
  4392. 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  4393.     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
  4394.     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
  4395.     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
  4396.       the Options tab into Operations
  4397.  
  4398. 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
  4399.     * libraries/display_export.lib.php3, libraries/functions.js: Some
  4400.       javascript cleanup.
  4401.     * db_details_links.php3: Display Query tab even with no tables.
  4402.     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
  4403.       string.
  4404.     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
  4405.       dropdown for server list in left frame (RFE #555978).
  4406.     * tbl_query_box.php3: Possibility to upload SQL file with no database
  4407.       selected (RFE #641760).
  4408.     * lang/czech: Typo.
  4409.  
  4410. 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  4411.     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
  4412.       and GRANT or REVOKE
  4413.     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
  4414.  
  4415. 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
  4416.     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
  4417.  
  4418. 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  4419.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  4420.     * lang/slovak update, thanks to Lubos Klokner
  4421.  
  4422. 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
  4423.     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
  4424.       setting.
  4425.  
  4426. 2003-06-03 Garvin Hicking <me@supergarv.de>
  4427.     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
  4428.       (Experimental)
  4429.       New feature - The automatic update of the query window seems to
  4430.       cause some headache for users. They type in their query, want to
  4431.       look in a different table for some fields, want to switch back to
  4432.       their browser window and the changes are lost because the last table
  4433.       is always filled in. Now we have a checkbox to preserve the edited
  4434.       content from any update outside of the window. It is automatically
  4435.       checked by editing the contents of the query textarea and can be
  4436.       unchecked to restore previous behaviour. Thanks to Alexander Meis
  4437.       for this suggestion. Optionally we could build in a config variable
  4438.       to override this 'onChange' effect, but I guess it's not necessary.
  4439.     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
  4440.       of ereg_replace, because it interprets \0, \1 and so on not as strings
  4441.       but as regex-subpatterns and fails to convert those strings correctly.
  4442.       We'll have to see if that can be the case on other usages of
  4443.       preg_replace as well.
  4444.  
  4445. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  4446.     * server_status.php3: RFE #723325 (Move total query statistics).
  4447.  
  4448. 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
  4449.     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
  4450.       executing bookmark (bug #745993).
  4451.     * scripts/create-release.sh: Better checking for input, exit when cvs
  4452.       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
  4453.       everything to 775.
  4454.     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
  4455.       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
  4456.       (RFE #747343).
  4457.     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
  4458.       export.
  4459.     * main.php3: Add server to phpinfo link to avoid relogin with more
  4460.       servers.
  4461.     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
  4462.       target="_blank" as it should be.
  4463.  
  4464. 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  4465.     ### 2.5.1 released
  4466.     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
  4467.       PROCEDURE ANALYSE()
  4468.  
  4469. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  4470.     * Happy Birthday to me :-)
  4471.     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
  4472.  
  4473. 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
  4474.     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
  4475.       parameters to empty string, as older iconv version don't support it
  4476.       (bug #747164).
  4477.  
  4478. 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  4479.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  4480.  
  4481. 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  4482.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  4483.  
  4484. 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  4485.     * lang/romanian updates, thanks to Valics Lehel
  4486.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4487.     * lang/polish: update, thanks to Jakub Wilk
  4488.  
  4489. 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  4490.     * lang/bulgarian-*.inc.php3: Updates, thanks to
  4491.       Stanislav Yordanov (stanprog).
  4492.     * tbl_properties_structure.inc.php3:
  4493.       - Fixed display for tables with few indexes;
  4494.       - BLOBs are always binary;
  4495.       - RFE #623665 (MySQL 4.1 support):
  4496.         - Fixed display of field charsets;
  4497.         - The table charset is now displayed.
  4498.     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
  4499.     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
  4500.       as SET fields (again RFE #623665).
  4501.     * Documentation.html:
  4502.       - Declared MySQL 4.1 support as experimental;
  4503.       - Added some notes about MySQL 4.1 / 5.0;
  4504.       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
  4505.         least on my test machines for a couple of months.
  4506.     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
  4507.     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
  4508.       even if it was used in "CHARACTER SET".
  4509.     * libraries/common.lib.php3:
  4510.       - Removed check for default tab values: They are already checked in
  4511.         config_import.lib.php3;
  4512.       - Corrected config file revison;
  4513.       - XHTML fixes.
  4514.     * server_databases.php3: Small interface fixes.
  4515.     * translators.html: Removed a dublicate message.
  4516.  
  4517. 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
  4518.     * lang/czech: Updated.
  4519.  
  4520. 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  4521.     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
  4522.       the best method (LOCAL or not) in the LOAD dialog, and allow user
  4523.       to override it
  4524.  
  4525. 2003-05-29 Garvin Hicking <me@supergarv.de>
  4526.     * index.php3: Add frameborder to allow resizing. Introduces a 1px
  4527.       bar, but cannot be solved. Note that this is only neccessary
  4528.       for Mozilla, IE5/6 allow resizing with a "0" frameborder
  4529.     * footer.inc.php3: Only update queryframes DB/Table info when
  4530.       no error happened in a query.
  4531.     * ldi_table.php3: Use <label> tags for the new radio buttons as with
  4532.       our other GUI elements.
  4533.  
  4534. 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  4535.     * translators.html: Typo.
  4536.  
  4537. 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
  4538.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  4539.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  4540.     * translators.html: more typos
  4541.  
  4542. 2003-05-28 Garvin Hicking <me@supergarv.de>
  4543.     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
  4544.       the PEAR library and PHP changed the way how referenced variables
  4545.       get accessed, we have to pre-initialize the array and submit that
  4546.       to the PEAR call() funktion.
  4547.     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
  4548.       Petit!
  4549.     * tbl_relation.php3: Will now not show a selected display field, if
  4550.       none has been set yet for a table to not let users think, the key
  4551.       is set.
  4552.  
  4553. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  4554.     * lang/czech: sorted.
  4555.  
  4556. 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  4557.     * lang/chinese_big5: Updated, thanks to Siu Sun
  4558.     ### 2.5.1-rc1 released
  4559.  
  4560. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  4561.     * documentation, config.inc.php3, tbl_change.php3,
  4562.       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
  4563.       to disable ctrl+arrows moving.
  4564.  
  4565. 2003-05-25 Garvin Hicking <me@supergarv.de>
  4566.     * left.php3: Fix #742632 finally: Refresh to main.php3
  4567.       if an empty DB has been selected.
  4568.  
  4569. 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  4570.     * left.php3: new fix for #742632
  4571.     * lang/polish: update, thanks to Jakub Wilk
  4572.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4573.  
  4574. 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  4575.     * Documentation.html: talk about left frame levels
  4576.     * lang/galician: update, thanks to Xos├⌐ Calvo
  4577.     * lang/turkish: update, thanks to Bora Alioglu
  4578.  
  4579. 2003-05-24 Garvin Hicking <me@supergarv.de>
  4580.     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
  4581.     * read_dump.php3: Bug #741256
  4582.     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
  4583.       when a query was submitted from the query window
  4584.  
  4585. 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  4586.     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
  4587.       the analyzer, bug analyzed thanks to Michal!
  4588.  
  4589. 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
  4590.     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
  4591.  
  4592. 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  4593.     * lang/romanian updates, thanks to Valics Lehel
  4594.  
  4595. 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
  4596.     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
  4597.       when editing indexes.
  4598.     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
  4599.       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
  4600.       #741599).
  4601.     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
  4602.       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
  4603.       #741192).
  4604.     * lang/sync_lang.sh: Removed dropped farsi translation.
  4605.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4606.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  4607.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  4608.  
  4609. 2003-05-22 Garvin Hicking <me@supergarv.de>
  4610.     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
  4611.       a query in (with/without) PHP code views, and display a new
  4612.       "Execute query" link in this mode.
  4613.     * lang/german*: Update.
  4614.  
  4615. 2003-05-20 Garvin Hicking <me@supergarv.de>
  4616.     * index.php3: New rewrite of how the frameset is created
  4617.       (Patch item #738226 plus some <noframes> corrections).
  4618.       This fixes compatibility problems, even though it's not
  4619.       valid XHTML 1.0, because the <script>/<noscript> tags are
  4620.       not allowed in there.
  4621.  
  4622. 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  4623.     * lang/korean update, thanks to WooSuhan
  4624.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  4625.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  4626.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  4627.     * lang/slovak update, thanks to Lubos Klokner
  4628.  
  4629. 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
  4630.     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
  4631.       false.
  4632.     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
  4633.  
  4634. 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  4635.     * left.php3, index.php3: bug 739348: because the db name is no longer
  4636.       encoded in left.php3 (to accomodate html entities), we have to stop
  4637.       decoding it, otherwise a db name with a plus sign is not selectable
  4638.     * sql.php3: bug 738508: do a quick count on the rows to avoid
  4639.       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
  4640.  
  4641. 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
  4642.     * Documentation, config.inc.php3, tbl_change.php3,
  4643.       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
  4644.       configurable (RFE #737174).
  4645.  
  4646. 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
  4647.     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
  4648.       CSV for multiple tables, it just puts all content into one file, but
  4649.       some people seem to want this (based on patch #735136).
  4650.     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
  4651.       slashes in filename with underscore to avoid possible problems.
  4652.     * db_details_export.php3: Remember selected tables after exporting to a
  4653.       file.
  4654.     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
  4655.       highliting tabs when including files (set $active_page for highliting).
  4656.     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
  4657.       #737660).
  4658.  
  4659. 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  4660.     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
  4661.  
  4662. 2003-05-14 Garvin Hicking <me@supergarv.de>
  4663.     * lang/german*: Translations.
  4664.     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
  4665.       better fix for #624712), by Maxime Delorme. Thanks!
  4666.     * tbl_change.php3: RFE #737174 implemented (comments welcome)
  4667.     * tbl_change.php3: RFE #723124 implemented (reset button)
  4668.     * read_dump.php3, tbl_query_box.php3: RFE #641760
  4669.     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
  4670.  
  4671. 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  4672.     * libraries/sqlparser.data.php3: bug 736793, new reserved
  4673.       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
  4674.       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
  4675.       it in the reserved words for now.
  4676.  
  4677. 2003-05-13 Garvin Hicking <me@supergarv.de>
  4678.     * footer.inc.php3, querywindow.php3: Fix bug #736197
  4679.       (clicking on edit link from a sql-query now switches
  4680.        to sql tab of the query window)
  4681.     * left.php3: Improved performance by using str_replace instead
  4682.       of ereg_replace.
  4683.     * lang/german*: Translations.
  4684.     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
  4685.       'Show as PHP')
  4686.  
  4687. 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
  4688.     * left.php3: Fixed displaying of tables with quote in name.
  4689.     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
  4690.     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
  4691.       (RFE #734985).
  4692.     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
  4693.     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
  4694.     * read_dump.php3: Correctly checks whether table exists.
  4695.     * libraries/common.lib.php3: Highlight tab also when current page is
  4696.       read_dump.php3 and $goto is link of current tab.
  4697.     * tbl_replace.php3: Display message after updating row.
  4698.     * libraries/common.lib.php3: Fix tab attributes when some specified as
  4699.       parameters.
  4700.     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
  4701.       #737023).
  4702.     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
  4703.       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
  4704.       Documentation.html: Support for saving to file on server (part of RFE
  4705.       #730197).
  4706.  
  4707. 2003-05-12 Garvin Hicking <me@supergarv.de>
  4708.     * queryframe.php3: Remove left/bottom margin to better fit the link title
  4709.       in the small frame.
  4710.     * footer.inc.php3: Only update db/table variables if the query was correct.
  4711.       Fixes #735970.
  4712.     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
  4713.       common.lib.php3: Patch #725839 (Nested display of tables)
  4714.     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
  4715.  
  4716. 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
  4717.     * index.php3: Better fix for #736003.
  4718.     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
  4719.     * mult_submits.inc.php3, server_databases.php: Add confirmation when
  4720.       dropping databases (bug #736238).
  4721.  
  4722. 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
  4723.     * Documentation.html, config.inc.php3,
  4724.       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
  4725.       Merged patch #729514 - support for iconv parameters.
  4726.     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
  4727.       multi statement query result. Closes RFE #728833.
  4728.     * tbl_dump.php3, libraries/build_dump.lib.php3,
  4729.       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
  4730.       export improvements. Now can export table structure and some other
  4731.       options. Closes RFE #718942.
  4732.     * tbl_change.php3: Remember state of insert as another row - fixes
  4733.       #736064, show used query.
  4734.     * index.php3: Fixed typo in hash, fixed bad hash propagated with
  4735.       JavaScript. Fixes #736003.
  4736.  
  4737. 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  4738.      ### 2.5.0 released
  4739.  
  4740. 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  4741.      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
  4742.        show just the pages near the current page
  4743.  
  4744. 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
  4745.      * libraries/common.lib.php3: Whole tab is now link.
  4746.      * libraries/display_export.lib.php3: Disable CSV export for multiple
  4747.        tables - fixes #734104.
  4748.      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
  4749.      * lang/chinese: Update thanks to Wang (fundawang).
  4750.      * lang/sync_lang.sh: Fix for POSIX sh.
  4751.      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
  4752.        count - fixes #735441.
  4753.      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
  4754.        fields (was treated like BLOB).
  4755.      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
  4756.        be undefined.
  4757.  
  4758. 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  4759.      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
  4760.        TEXT fields (a if on the type returns "blob") caused
  4761.        problems
  4762.  
  4763. 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  4764.      * libraries/build_dump.lib.php3: bug 731866: text fields were
  4765.        exported hexified, because mysql_field_type() was used and
  4766.        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
  4767.  
  4768. 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  4769.     * libraries/get_foreign.lib.php3: bug 731480: was not counting
  4770.       the rows of the foreign, thanks to Stefan Elssner
  4771.  
  4772. 2003-05-02 Garvin Hicking <me@supergarv.de>
  4773.     * css/phpmyadmin.css.php3: Small typo, seems to be
  4774.       solution of support request #728820
  4775.     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
  4776.       thanks to Ryan)
  4777.     * Added scripts/inno2pma (from Ernie Hershey). Please see
  4778.       Patch Tracker #709383 for further information.
  4779.     * libraries/display_tbl.lib.php3: Bug #728813 (title for
  4780.       relations when foreign_db != master_db)
  4781.     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
  4782.       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
  4783.       the fix for Bug #730718.
  4784.       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
  4785.       altered the way the form is submitted in LeftFrameLight mode to
  4786.       keep the queryframe. Only if JavaScript is usable, otherwise it's
  4787.       not necessary to keep the 'opener' pointer.
  4788.     * libraries/display_tbl.lib.php3: PHP3 compatibility.
  4789.     * libraries/common.lib.php3, db_details_common.php3, index.php3,
  4790.       main.php3: Still have to propagate $hash to the left frame...
  4791.  
  4792. 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  4793.     * pdf_schema.php3, bug 729517, better comment output,
  4794.       thanks to Maxime Delorme
  4795.  
  4796. 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
  4797.     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
  4798.  
  4799. 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
  4800.     * server_privileges.php3: No need to escape wild characters here.
  4801.  
  4802. 2003-04-29 Garvin Hicking <me@supergarv.de>
  4803.     * tbl_move_copy.php3: Bug #729416
  4804.     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
  4805.     * index.php3: Typo
  4806.     * db_details_structure.php3: Prevent uninitialized variable
  4807.  
  4808. 2003-04-28 Garvin Hicking <me@supergarv.de>
  4809.     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
  4810.       Even more issues when QueryFrameJS is set to true, but JS is not
  4811.       activated. Haven't ever thought this would be necessary. ;)
  4812.       I tested everything with QueryFrame/QueryFrameJS set to true/false
  4813.       with and without JavaScript enabled, and got everything working.
  4814.       Please verify for yourselves! :)
  4815.  
  4816. 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
  4817.     * lang/polish: update, thanks to Jakub Wilk
  4818.  
  4819. 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
  4820.     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
  4821.       javascript). But there are still problems without javascript.
  4822.  
  4823. 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  4824.     ### 2.5.0-rc2 released
  4825.  
  4826. 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
  4827.     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
  4828.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  4829.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  4830.     * lang/{catalan,english,indonesian,spanish}: Added some missing
  4831.       translations.
  4832.  
  4833. 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
  4834.     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
  4835.     * libraries/display_export.lib.php3: Automatically check "Save as file"
  4836.       when selecting compression.
  4837.  
  4838. 2003-04-22 Garvin Hicking <me@supergarv.de>
  4839.     * libraries/common.lib.php3, main.php3, db_details_common.php3:
  4840.       When reloading the frame, propagate hash value (for querywindow)
  4841.  
  4842. 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
  4843.     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
  4844.       in the drop-down box
  4845.  
  4846. 2003-04-20 Garvin Hicking <me@supergarv.de>
  4847.     * libraries/display_tbl.lib.php3, index.php3, left.php3,
  4848.       tbl_query_box.php3, queryframe.php3, querywindow.php3:
  4849.       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
  4850.       (serious) issues with multiple instances of phpMyAdmin and
  4851.       the query window. Also made sure that disabling the QueryFrame
  4852.       is possible without seeing errors. Of course, this is
  4853.       extremely reduced usability without JS.
  4854.  
  4855. 2003-04-18 Garvin Hicking <me@supergarv.de>
  4856.     * left.php3, index.php3, tbl_query_box.php3,
  4857.       libraries/display_tbl.lib.php3, queryframe.php3:
  4858.       Fixed Bug #723713
  4859.  
  4860. 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
  4861.     * Documentation.html: faq about double auth windows
  4862.     * lang/ukrainian: update, thanks to Markijan Baran
  4863.     * tbl_relation.php3: bug 696215: can now choose all segments
  4864.       of the primary key
  4865.  
  4866. 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  4867.     * lang/ukrainian: update, thanks to Markijan Baran
  4868.     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
  4869.       test in MySQL 4 to check if superuser
  4870.  
  4871. 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
  4872.     * tbl_replace_fields.php3: Fix typo.
  4873.     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
  4874.       MySQL sometimes problems...
  4875.  
  4876. 2003-04-17 Garvin Hicking <me@supergarv.de>
  4877.     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
  4878.       detect changes in BLOB fields with a special name.
  4879.     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
  4880.       original values of a BLOB field when 'Insert as new row' is
  4881.       chosen on edit.
  4882.     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
  4883.       crossing DB borders now allowed)
  4884.  
  4885. 2003-04-16 Garvin Hicking <me@supergarv.de>
  4886.     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
  4887.       with no $db set
  4888.  
  4889. 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  4890.     * badwords.txt: "status" is not a reserved word
  4891.  
  4892. 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
  4893.     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
  4894.     * tbl_properties_common.php3: Avoid displaying message twice in some cases
  4895.       (fixes bug #722378).
  4896.     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
  4897.  
  4898. 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
  4899.     * tbl_query_box.php3: Only display charset selection when a DB is
  4900.       selected.
  4901.     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
  4902.       key and with BLOB field (bug #708182).
  4903.  
  4904. 2003-04-15 Garvin Hicking <me@supergarv.de>
  4905.     * footer.inc.php3, queryframe.php3: Changed anchor target
  4906.       and window name of queryframe as suggested by Armel
  4907.       Fauveau (thanks!)
  4908.  
  4909. 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  4910.     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
  4911.       a reserved word in MySQL
  4912.     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
  4913.       are functions
  4914.     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
  4915.  
  4916. 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
  4917.     * lang/some translations: Damn, I didn't commit all empty translations
  4918.       yesterday...
  4919.     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
  4920.       which translations has failed, now also converts by default only
  4921.       modified files and is capable to get charset from filename when reading
  4922.       from file has failed.
  4923.     * left.php3: More fixes for HTML entities.
  4924.     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
  4925.       when changing it.
  4926.     * lang/czech: Updated.
  4927.     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
  4928.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4929.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4930.     * lang/catalan: Updated, thanks to Xavier Navarro.
  4931.     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
  4932.       characters in db/table name.
  4933.     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
  4934.     * db_details.php3, tbl_query_box.php3: Display choice for charset also
  4935.       when only UploadDir available.
  4936.  
  4937. 2003-04-14 Garvin Hicking <me@supergarv.de>
  4938.     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
  4939.       usage. (Bug #720846)
  4940.     * footer.inc.php3: Needed \n for some cases.
  4941.     * tbl_query_box.php3: Only display file import when a DB is selected.
  4942.  
  4943. 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  4944.     * lang/french: update
  4945.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  4946.     * lang/polish: update, thanks to Jakub Wilk
  4947.     ### 2.5.0-rc1 released
  4948.  
  4949. 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  4950.     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
  4951.       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
  4952.       Added $strCharset.
  4953.  
  4954. 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
  4955.     * lang/{slovenian,russian,croatian,bulgarian}: We don't
  4956.       want empty translations...
  4957.  
  4958. 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  4959.     * libraries/common.lib.php3: Better fix against possible "wrong parameter
  4960.       count" errors.
  4961.     * server_privileges.php3:
  4962.       - Fixed a broken link in the user overview table;
  4963.       - Fixed bug #539756 again.
  4964.     * lang/german-*.inc.php3: Updates.
  4965.     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
  4966.       (Feature #623665, part 1).
  4967.  
  4968. 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  4969.     * libraries/common.lib.php3, config_import.lib.php3:
  4970.       MaxExactCount backwards compatibility
  4971.     * db_details_structure.php3: undefined $row_count for InnoDB tables
  4972.  
  4973. 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
  4974.     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
  4975.       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
  4976.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
  4977.       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
  4978.     * Documentation.*: Documented above.
  4979.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  4980.     * lang/galician: Added missing string.
  4981.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  4982.  
  4983. 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
  4984.     * pdf_schema.php3, libraries/common.lib.php3,
  4985.       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
  4986.       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
  4987.       (<20000 rows) tables (RFE #708533).
  4988.     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
  4989.     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
  4990.       XHTML errors, document is again valid XHTML.
  4991.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  4992.  
  4993. 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
  4994.     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
  4995.       and XML dump.
  4996.     * libraries/display_export.lib.php3: Added <br /> before charset
  4997.       selection in export.
  4998.  
  4999. 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  5000.     * lang/*: $updComTab -> $strUpdComTab
  5001.     * libraries/relation.lib.php3: put back version 1.30 message
  5002.       that uses $strUpdComTab
  5003.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  5004.  
  5005. 2003-04-09 Garvin Hicking <me@supergarv.de>
  5006.     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
  5007.       to prevent false arrow aligning when using 'same widths'.
  5008.  
  5009. 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  5010.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5011.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  5012.     * lang/italian: Updated, thanks to Pietro Danesi.
  5013.     * lang/chinese_gb: update, thanks to (fundawang)
  5014.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  5015.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  5016.  
  5017. 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
  5018.     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
  5019.       multi submit actions.
  5020.  
  5021. 2003-04-06 Garvin Hicking <me@supergarv.de>
  5022.     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
  5023.       Now multiple fields can be inserted at cursor position (Mozilla/IE)
  5024.       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
  5025.     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
  5026.       libraries/relation.lib.php3: RFE #715914: Sort query history by
  5027.       (autoincrement) key instead of timevalue. Only save queries in
  5028.       history if they were successful. This required the moving of
  5029.       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
  5030.       test, if this works for everyone. It does for me.
  5031.  
  5032. 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  5033.     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
  5034.       column before MySQL 3.23 (bug #712055).
  5035.     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
  5036.       machines with register_globals = off.
  5037.  
  5038. 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
  5039.     * lang/romanian updates, thanks to Valics Lehel
  5040.     * lang/slovenian update, thanks to Kositer Uros
  5041.  
  5042. 2003-04-03 Garvin Hicking <me@supergarv.de>
  5043.     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
  5044.  
  5045. 2003-04-02 Garvin Hicking <me@supergarv.de>
  5046.     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
  5047.     * tbl_move_copy.php3: At least one of the PDF integrity checks
  5048.       on moving/copying a table can safely be enabled.
  5049.     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
  5050.       newly created table' depend on a selected checkbox. State of that
  5051.       checkbox is saved in a cookie.
  5052.     * lang/*: Added $strSwitchToTable for the above.
  5053.     * lang/german-*: Translations
  5054.  
  5055. 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
  5056.     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
  5057.       generated SQL dump, move to newly created table also after copying.
  5058.     * tbl_properties_operations.php3: Some fixes for html entities in db/table
  5059.       names.
  5060.     * db_details_structure.php3, mult_submits.inc.php3,
  5061.       tbl_properties_structure.php3: Show multi submits result after headers
  5062.       and tabs from originating place.
  5063.     * lang/czech: Updated.
  5064.     * tbl_properties_operations.php3: Not only remember, but also recall state
  5065.       of checkbox for move to newly created table (see Garvin's entry above).
  5066.  
  5067. 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  5068.     * Documentation.html: clarify about wildcard database
  5069.     * lang/bulgarian, translators.html: big update from the new translator:
  5070.       Stanislav Yordanov, stan at stud.ru.acad.bg
  5071.     * lang/italian: Updated, thanks to Pietro Danesi.
  5072.  
  5073. 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  5074.     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
  5075.       thanks to Jose Fandos (jose.fandos at sonnd.com)
  5076.  
  5077. 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  5078.     * server_privileges.php3, lang/*.inc.php3:
  5079.       - Fixed bug #708292 (Support for host-based privileges).
  5080.       - Show SQL query when adding a user.
  5081.     * server_processlist.php3, lang/*.inc.php3: Feature #707495
  5082.       (SHOW FULL PROCESSLIST).
  5083.     * lang/german-*.inc.php3: Updates.
  5084.  
  5085. 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  5086.     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
  5087.  
  5088. 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
  5089.     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
  5090.       tbl_properties_operations.php3, tbl_properties_structure.php3,
  5091.       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
  5092.       more fixes for HTML entities in field/table/db name.
  5093.  
  5094. 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  5095.     * Documentation.html: Fixed GRANT queries for the controluser.
  5096.  
  5097. 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  5098.     * main.php3: replace the 'USE mysql' test, as users with a global
  5099.       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
  5100.  
  5101. 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
  5102.     * tbl_query_box.php3, tbl_properties_operations.php3,
  5103.       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
  5104.       HTML entities fixes.
  5105.     * read_dump.php3: Fixed detection of $goto.
  5106.     * header.inc.php3: Neated URL generating.
  5107.     * lang/czech: Updated.
  5108.  
  5109. 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
  5110.     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
  5111.       multisubmit actions (RFE #622603).
  5112.     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
  5113.       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
  5114.       queries for multiple tables.
  5115.     * db_details_structure.php3: Display correctly table names that contain
  5116.       HTML entities.
  5117.     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
  5118.       caused HTML entities to be quoted twice.
  5119.     * tbl_indexes.php3: Fixed editing of index with HTML entities.
  5120.     * lang/czech: Updated.
  5121.     * tbl_properties_structure.php3: Fix enabling/disabling links to index
  5122.       creating (it requires type, but there was also MIME type added).
  5123.  
  5124. 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  5125.     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
  5126.       config.inc.php3, Documentation.html: disabling of the parser no
  5127.       longer possible
  5128.  
  5129. 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  5130.     * libraries/defines.lib.php3: Small bugfix.
  5131.     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
  5132.     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
  5133.       errors.
  5134.  
  5135. 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  5136.     * libraries/transformations/text_plain__imagelink: display the
  5137.       image, with width and height options
  5138.     * libraries/transformations/text_plain__link: the link was not
  5139.       functional at my site; also, document this transform in lang.
  5140.  
  5141. 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  5142.     * server_privileges.php3: typo
  5143.     * lang/french update
  5144.     * image_jpeg__plain renamed to text_plain__imagelink, because
  5145.       the contents is not an image but a filename
  5146.  
  5147. 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
  5148.     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
  5149.       to sql.php3.
  5150.     * libraries/display_export.lib.php3: Again fixed selecting table/db
  5151.       filename template.
  5152.     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
  5153.       table.
  5154.  
  5155. 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  5156.     * lang/hebrew update, thanks to Yuval Sarna
  5157.  
  5158. 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
  5159.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  5160.     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
  5161.       type when doing charset conversion.
  5162.     * libraries/display_export.lib.php3: Fixed selecting table/db filename
  5163.       template.
  5164.     * libraries/read_dump.lib.php3, db_details.php3,
  5165.       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
  5166.       Automatic detection of compression for uploaded data.
  5167.  
  5168. 2003-03-19 Garvin Hicking <me@supergarv.de>
  5169.     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
  5170.       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
  5171.       input area (SQL window, table properties) AND in the 'Insert/Update field' display
  5172.       where you can upload files to blob fields. Experimental.
  5173.  
  5174. 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  5175.     * lang/german-*.inc.php3: Updates.
  5176.  
  5177. 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
  5178.     * tbl_properties_operations.php3: fixed bad id of option (#706147).
  5179.     * lang/dutch: Updated, thanks to Gilles van den Hoven.
  5180.     * lang/thai: Updated.
  5181.     * lang/italian: Updated, thanks to Pietro Danesi.
  5182.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
  5183.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  5184.     * lang/chinese: Updated, thanks to Siu Sun.
  5185.  
  5186. 2003-03-18 Garvin Hicking <me@supergarv.de>
  5187.     * libraries/display_export.lib.php3: Fixed variable usage.
  5188.     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
  5189.       libraries/common.lib.php3: Added new transforms for a substr()
  5190.       function, a dateformat() modified and a basic plugin for external
  5191.       programs. Support for TIDY has been experimentally been built in.
  5192.       External programs make use of piping and thus cannot be used in
  5193.       Windows.
  5194.       Added the ability for transforms to adjust the "nowrap" option of a
  5195.       cell.
  5196.       Some german translation.
  5197.  
  5198. 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  5199.     * libraries/select_lang.lib.php3: modify order of Russian lang files
  5200.       because MSIE does not accept cp866 and users do not see anything,
  5201.       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
  5202.  
  5203. 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
  5204.     * libraries/display_tbl.lib.php3: removed   from button text, as
  5205.       Konqueror doesn't like it there and it is not needed.
  5206.     * lang/czech: updated.
  5207.     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
  5208.       when using transformations.
  5209.     * libraries/display_export.lib.php3, db_details_links.php3,
  5210.       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
  5211.       server_processlist.php3, server_status.php3, server_variables.php3,
  5212.       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
  5213.     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
  5214.       specify how will filename for exported data look like (RFE #678642).
  5215.     * Documentation.*: Next release seems to be 2.5.0.
  5216.     * lang/latvian: Updated, thanks to Sandis Jerics.
  5217.  
  5218. 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
  5219.     * pdf_pages.php3  will now check if the pdf_pages table has entries
  5220.       that reference tables that no longer exist. if it does user is prompted
  5221.       to delete them.
  5222.  
  5223. 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  5224.     * user_password.php3, header.inc.php3, libraries/user_password.js:
  5225.       put back js functions for user password change (= old user_details.js)
  5226.     * libraries/display_tbl.lib.php3, functions.js: new feature:
  5227.       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
  5228.  
  5229. 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
  5230.     * pdf_pages.php3: Automatic layout of tables on the schema
  5231.  
  5232. 2003-03-15 Garvin Hicking <me@supergarv.de>
  5233.     * pdf_schema.php3: Fixed typo.
  5234.  
  5235. 2003-03-14 Garvin Hicking <me@supergarv.de>
  5236.     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
  5237.     '../' safety issues, display transformations only if file exists
  5238.     (Bug #703555)
  5239.  
  5240. 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
  5241.     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
  5242.         - Typo fixes:
  5243.         s/RestricColumnTypes/RestrictColumnTypes/
  5244.         s/RestricFunctions/RestrictFunctions/
  5245.     * scripts/create_tables.sql:
  5246.         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
  5247.  
  5248. 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  5249.     * server_status.php3: Fixed the Garvin's calculations.
  5250.     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
  5251.     * libraries/header_meta_style.inc.php3,
  5252.       libraries/transformations/overview.php3: Fixed CSS link.
  5253.     * tbl_properties.inc.php3: Added tooltips for transformations.
  5254.  
  5255. 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  5256.     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
  5257.  
  5258. 2003-03-13 Garvin Hicking <me@supergarv.de>
  5259.     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
  5260.     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
  5261.     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
  5262.       results page (1px border in the color of BrowserMarkerColor around the cells).
  5263.       RFE #638800
  5264.     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
  5265.       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
  5266.       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
  5267.       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
  5268.       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
  5269.     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
  5270.       clarity. Make it easier to enable defaults (RFE #695265)
  5271.  
  5272. 2003-03-12 Garvin Hicking <me@supergarv.de>
  5273.     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
  5274.       was not displayed if it has no comment.
  5275.     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
  5276.       bookmarktable.
  5277.     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
  5278.       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
  5279.       label as the tablename is found.
  5280.     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
  5281.       auto_increment value. (RFE #639655)
  5282.     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
  5283.       Display DB comments and MIME types, where appropriate.
  5284.     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
  5285.       the querywindow which didn't show the latest querys always.
  5286.     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
  5287.       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
  5288.       to do, so please see Documentation.html. I thought it too hard to move the
  5289.       bookmark-box around where you can store the bookmarks, because there are a couples
  5290.       of redirections involved. So the major problem is that your to-be-stored bookmark
  5291.       HAS to yield at least a single result row for you to be able to store that.
  5292.     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
  5293.       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
  5294.       for that table.
  5295.     * tbl_properties_export.php3, db_details_export.php3,
  5296.       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
  5297.       export now is a perfect look-alike except for a multi-tables dropdown.
  5298.       Put the code to display the export into a seperate file for re-usability.
  5299.     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
  5300.       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
  5301.       map to which MySQL field type and in the dropdown of the function list first
  5302.       display the fitting functions, and then for compatibility reasons the rest of
  5303.       the functions.
  5304.       TODO: I don't know if I chose the correct mapping for all types. Please correct
  5305.       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
  5306.     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
  5307.       tbl_rename.php3, libraries/relation.lib.php3:
  5308.       Bugfix #579256 / RFE #577328 : Automatic update of relations,
  5309.       display fields, comments, bookmarks, ... on update, delete and duplicate.
  5310.       Automatic duplication/moving of PDF pages does not yet work. Would the
  5311.       original author please be so kind to have a look at the tbl_move_copy.php
  5312.       script, search for '[TODO]' and apply necessary fixes? ;)
  5313.     * tbl_dump.php3: New $sql_structure variable for the new table export
  5314.       design broke DB export functionality. Fixed this.
  5315.  
  5316. 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  5317.     * lang/ukrainian: update, thanks to Markijan Baran
  5318.  
  5319. 2003-03-11 Garvin Hicking <me@supergarv.de>
  5320.     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
  5321.       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
  5322.       Improved security of docSQL importer. You now can only access
  5323.       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
  5324.       file on its own via File Upload (if $is_upload is true).
  5325.       Filenames not matching the converter will no more printed out to
  5326.       maintain security. Permits input of '../'.
  5327.     * transformation_wrapper.php3 - Remove $err_url, because if a query
  5328.       fails here, the user won't get to see the error string anyways.
  5329.       Can happen if you want to display a blob without having an index
  5330.       key in your query, because the blob cannot be filtered by a content
  5331.       WHERE-string.
  5332.  
  5333. 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
  5334.     * libraries/sqlparser.data.php3: bug 700082, support of XOR
  5335.  
  5336. 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  5337.     * translators.html: Another mechanism against stupid people who use the
  5338.       translator list as a list of localised support hotlines or try to get a
  5339.       translation by mail order... :o)
  5340.     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
  5341.       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
  5342.       that the correct font families are used.
  5343.  
  5344. 2003-03-10 Garvin Hicking <me@supergarv.de>
  5345.     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
  5346.       thanks to Csaba Gabor!
  5347.     * sql.php3: Fixed another occurence of addslashes() where it no longer
  5348.       belongs.
  5349.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  5350.       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
  5351.       - when creating/altering/adding table fields you can now change the
  5352.       wrong form input, instead of losing all your data. Have fun. :-)
  5353.     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
  5354.       lang/*:
  5355.       Added new table export format by Michal Cihar. db_details_export.php3
  5356.       should be adapted to the new layout somewhen. Fixed Compression.
  5357.     * header.inc.php3, header_printview.inc.php3, index.php3,
  5358.       left.php3, queryframe.php3, querywindow.php3,
  5359.       transformation_wrapper.php3, css/phpmyadmin.css.php3,
  5360.       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
  5361.       libraries/functions.js, libraries/header_http.inc.php3,
  5362.       libraries/header_meta_style.inc.php3, libraries/left.js
  5363.       libraries/sqlparser.lib.php3:
  5364.       Massive code-cleanup. Put all stylesheets into new central file
  5365.       css/phpmyadmin.css.php3. To reduce overhead in this file, the
  5366.       common.lib.php3 has a new variable to determine whether the full
  5367.       code structure or only those codes needed for the stylesheet class
  5368.       is parsed. This is to prevent duplicated code, even though it looks
  5369.       somehow ugly. The stylesheet is now embedded via a <link rel>-
  5370.       directive and should also be able to be cached by the browser.
  5371.       See patch #699454.
  5372.       Also some unneccessary code was removed from querywindow/wrapper.
  5373.     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
  5374.       fieldnames to be mapped to false keys for display.
  5375.  
  5376. 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  5377.     * transformation_wrapper.php3, lang/*,
  5378.       libraries/transformations/image_png__inline.inc.php3:
  5379.       new transformation for png (inline)
  5380.       (still issues with PNG's transparency in PHP 4.3.0)
  5381.     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
  5382.  
  5383. 2003-03-09 Garvin Hicking <me@supergarv.de>
  5384.     * db_printview.php3: Added print button (#700205)
  5385.  
  5386. 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  5387.     * libraries/transformations/*.sh: did not work in bash
  5388.  
  5389. 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  5390.     * transformation_wrapper.php3, lang/*,
  5391.       libraries/transformations/image_jpeg__inline.inc.php3:
  5392.       now 2 options for resize: width, height
  5393.  
  5394. 2003-03-06 Garvin Hicking <me@supergarv.de>
  5395.     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
  5396.       Fix bug #658668, special escaping of \n, \r and \t characters.
  5397.       Please test, works fine for me now (both magic_quotes on/off).
  5398.  
  5399. 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
  5400.     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
  5401.     * updatedocs.sh: Script to make conversion easier
  5402.  
  5403. 2003-03-05 Garvin Hicking <me@supergarv.de>
  5404.     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
  5405.     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
  5406.       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
  5407.       call with PMA_sqlAddslashes() call because of new global s
  5408.       lashes-handling.
  5409.     * sql.php3: Fixed querytime bug, when query was only shown for PHP
  5410.       display.
  5411.     * read_dump.php3, sql.php3, tbl_alter.php3,
  5412.       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
  5413.       where not neccessary, because grab_globals already stripslashed
  5414.       the data. This fixes the problem of the SQL Pretty printer showing
  5415.       the data wrongly formatted.
  5416.  
  5417. 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
  5418.     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
  5419.      #697961)
  5420.  
  5421. 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  5422.     * Documentation.html, faq 1.29 about the "duplicate field names" problem
  5423.     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
  5424.       libraries/transformations/image_jpeg__inline.inc.php3:
  5425.       resized thumbnails
  5426.  
  5427. 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  5428.     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
  5429.       containing quotes.
  5430.     * libraries/common.lib.php3:
  5431.       - Avoid reloading the left frame twice;
  5432.       - PHP3 compatibility;
  5433.       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
  5434.         in CGI mode.
  5435.  
  5436. 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  5437.     * badwords.txt: bug 692874: "date" is not a reserved word
  5438.  
  5439. 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  5440.     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
  5441.       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
  5442.       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
  5443.       tbl_move_copy.php3, tbl_properties.inc.php3,
  5444.       tbl_properties_operations.php3, tbl_properties_options.php3,
  5445.       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
  5446.       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
  5447.       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
  5448.       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
  5449.       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
  5450.       extracting the arrays $_GET and $_POST. This should replace a lots of
  5451.       workarounds and avoid present and future problems with magic_quotes_gpc.
  5452.     * server_privileges.php3, libraries/common.lib.php3:
  5453.       - Escape wildcard characters in the database and table dropdown boxes;
  5454.       - CSS fixes.
  5455.  
  5456. 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  5457.     * lang/english: typo
  5458.     * tbl_dump.php3: undefined variable $use_comments
  5459.     * tbl_properties_export.php3: bug 692143: now we remove the
  5460.       LIMIT clause from the original query to use the limits entered
  5461.       on the export form
  5462.     * pdf_schema.php3: better header/footer for long pages,
  5463.       thanks to Maxime Delorme
  5464.  
  5465. 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
  5466.     * tbl_indexes.php3: Cleaner solution for showing query after changing
  5467.       index.
  5468.  
  5469. 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
  5470.     * libraries/xpath/XPath.class.php, libraries/xpath/:
  5471.     - Removed (was part of the early DB config prototype)
  5472.     * lang/translatecount.sh:
  5473.     - Counts just how out of date the translations are!
  5474.  
  5475. 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
  5476.     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
  5477.       #694800), show structure after modifying index.
  5478.  
  5479. 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  5480.     * Documentation.html: Fixed a typo.
  5481.     * server_privileges.php3: Fixed bug #691910.
  5482.     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
  5483.       thanks to Jason Carlson (jjcarlson).
  5484.  
  5485. 2003-02-28 Garvin Hicking <me@supergarv.de>
  5486.     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
  5487.       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
  5488.       Documentation.html:
  5489.       - Finetuneing for query window: Only three tabs, if DefaultTab
  5490.         is not set to 'full'.
  5491.       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
  5492.       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
  5493.          Rabus ;).
  5494.       - Made the textarea smaller (*1.25 instead of *2) for the window only.
  5495.       - Fixed a bug when you changed from a table to a database on the left frame and the
  5496.         query window still wants to show the previous table.
  5497.     * tbl_query_box.php3: Only show fieldlist, when $table is set.
  5498.     * translators.html: Adjusted to same topmenu as Documentation.html.
  5499.       With the new 'Transformations' item the bar was too large to fit
  5500.       on standard 800x600 browser windows.
  5501.  
  5502. 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
  5503.     * lang/czech: Updated.
  5504.     * lang/english: Resorted.
  5505.  
  5506. 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  5507.     * libraries/common.lib.php3, libraries/config_import.lib.php3:
  5508.       - Backwards compatibility;
  5509.       - Removed some unnecessary code;
  5510.       - Added a small HOWTO.
  5511.     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
  5512.     * lang/german-*.inc.php3: Grammar.
  5513.     * Documentation.html: Fixed some dead links.
  5514.     * scripts/create_tables.sql: Adjusted table comments.
  5515.  
  5516. 2003-02-27 Garvin Hicking <me@supergarv.de>
  5517.     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
  5518.       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
  5519.     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
  5520.       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
  5521.       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
  5522.     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
  5523.       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
  5524.       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
  5525.       directions, so with this mode you can see about 6 columns at once on a single screen.
  5526.     * tbl_properties.inc.php3: Fixed bug when certain fields are not
  5527.       enabled, they threw an undefined offset. [2nd try, now for real :)]
  5528.     * Documentation.html: Updated for my new features. Should include
  5529.       everyting, I hope. But seriously needs a proofread.
  5530.     * config.inc.php3: Inserted new directives for empty
  5531.       $cfg['Servers'][$i]. (history, verbose_check)
  5532.     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
  5533.       to suppress Notices/Warnings when MIME-types are not enabled.
  5534.  
  5535. 2003-02-26 Garvin Hicking <me@supergarv.de>
  5536.     * lang/german-*: better grammar. ;)
  5537.     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
  5538.       usage for special queries like 'SHOW FIELDS', where certain variables are
  5539.       not set.
  5540.     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  5541.       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
  5542.       transformation_wrapper.php3, libraries/config_import.lib.php3,
  5543.       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
  5544.       scripts/create_tables.sql:
  5545.        Test if MIME-feature are really available. Preparation for PMA_db-based
  5546.        SQL-History.
  5547.        Removed a dupe for inserting comments, fixed integrity check when
  5548.        moving/renaming tables and keeping comments.
  5549.      * header.inc.php3: Added one more Javascript if-structure to make sure
  5550.        the frameset is initialized when querying for an active window. Without
  5551.        this, when starting phpMyAdmin for the first time, IE6 may complain
  5552.        depending on the order it loads the framesets.
  5553.  
  5554. 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  5555.     * db_details_structure.php3: undefined variable $comment
  5556.     * tbl_move_copy.php3: 'column_info'
  5557.  
  5558. 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  5559.     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
  5560.       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
  5561.       $datefmt (translations #692065).
  5562.     * lang/japanese-*.inc.php3: Fixed some inconsistences.
  5563.     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
  5564.       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
  5565.       libraries/config_import.lib.php3, libraries/relation.lib.php3,
  5566.       libraries/transformations.lib.php3: Changed 'column_comments' to
  5567.       'column_info'.
  5568.     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
  5569.       <http://www.phpmyadmin.net/ChangeLogs/>.
  5570.  
  5571. 2003-02-25 Garvin Hicking <me@supergarv.de>
  5572.     * tbl_properties.inc.php3: Fixed duped display of comments due to
  5573.       merging diff conflict.
  5574.     * lang/german*: German translations, only missing transformation
  5575.       descriptions. They shouldn't be translated at that early point, I guess.
  5576.     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
  5577.       libraries/transformations.lib.php3: 'column_info', they were somehow
  5578.       not included in rabus' commit?!
  5579.  
  5580. 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  5581.     * common.lib.php3: Backwards compatibility.
  5582.  
  5583. 2003-02-24 Garvin Hicking <me@supergarv.de>
  5584.     Submitted multiple patches from the patch tracker:
  5585.     * JS rowmarker now works in vertical display mode
  5586.         Files: libraries/functions.js, display_tbl.lib.php3
  5587.     * Display nav_bar even when only one row is returned, to enable display in
  5588.         vertical/horizontal mode (especially for rotated headers)
  5589.         Files: libraries/display_tbl.lib.php3
  5590.     * Measures basic query time [#571934]
  5591.         Files: sql.php3, display_tbl.lib.php3
  5592.     * New display mode with 90 degree rotated table headers [#544361]. Works
  5593.         either as CSS or as 'faked' PHP-transformation.
  5594.         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
  5595.     * Update and display column comments in Add/Edit Fieldmode and CREATE table
  5596.         mode. Display comments in table structure (optional) with underlined
  5597.         CSS-mouseovers. Display comments in browser mode (optional), both in
  5598.         vertical and horizontal display mode. Keep column comments in synch, when
  5599.         DROPping/ALTERing and moving/copying tables.
  5600.         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  5601.         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
  5602.         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
  5603.         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
  5604.         libraries/relation.lib.php3
  5605.     * Display and enter DB/table comments for navigation, stored in pma comments table.
  5606.         May be displayed as Alias-Tooltips in left frame. [#650064]
  5607.         Files: db_details_structure.php3, left.php3, relation.lib.php3
  5608.     * Display column comments in table/database dumps, as inline SQL-Comments
  5609.         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
  5610.     * Display MIME types to transform any table cell. You can only choose from a
  5611.         list of pre-defined MIME-types. The list gets built by a function searching
  5612.         a directory for valid transforms. For further information see
  5613.         libraries/transformations/README-file and soon in documentation. ;)
  5614.         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
  5615.         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  5616.         tbl_move_copy.php3, transformation_wrapper.php3,
  5617.         libraries/display_tbl.lib.php3, libraries/transformations/*
  5618.         TODO: Add predefined functions!
  5619.     * Display a (javascript) based query window as a new frame below the left
  5620.         frame with query history [#526008]. Currently a bit experimental, works with
  5621.         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
  5622.         work with any browser.
  5623.         Files: queryframe.php3, querywindow.php3, header.inc.php3,
  5624.         tbl_query_box.php3, common.lib.php3
  5625.  
  5626. 2003-02-24 Olivier L. M├╝ller  <om@omnis.ch>
  5627.     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
  5628.       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
  5629.       generated URL -> prevents a double password query with some browsers
  5630.       (Safari) in case of http authentication.  (tested with https, http and
  5631.       http running on port 8080)
  5632.  
  5633. 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
  5634.     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
  5635.       fields type into special variable. Fixes #647689.
  5636.     * db_details_structure.php3: Removed extra /. Fixes #692171.
  5637.  
  5638. 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  5639.     ### 2.4.0 released
  5640.  
  5641. 2003-02-23 Olivier L. M├╝ller  <om@omnis.ch>
  5642.     * docs.css: highlight FAQ questions in blue -> more readble.
  5643.  
  5644. 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  5645.     * server_privileges: Better code for "check privileges"; This should fix
  5646.       bug #687808 and a few other problems.
  5647.     * ANNOUNCE.txt: Updated list of known bugs.
  5648.     * server_variables.php3: Modified generated XHTML code.
  5649.  
  5650. 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  5651.     * lang/italian update, thanks to Pietro Danesi
  5652.     * lang/slovak update, thanks to Lubos Klokner
  5653.     * lang/polish: update, thanks to Jakub Wilk
  5654.     * lang/thai: update, thanks to Arthit Suriyawongkul
  5655.     * tbl_change.php3: do not use enctype="multipart/form-data"
  5656.       if !$is_upload (possible solution for bug 689215)
  5657.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  5658.  
  5659. 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  5660.     * libraries/display_tbl.lib.php3: Coding standards.
  5661.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  5662.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  5663.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  5664.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
  5665.  
  5666. 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  5667.     * sql.php3: bug 649665: undefined variables with UNION, and
  5668.       also get the correct row count
  5669.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  5670.  
  5671. 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  5672.     * server_databases.php3:
  5673.       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
  5674.       - The link "check privileges" is now only displayed to superusers.
  5675.  
  5676. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  5677.     * lang/czech: Updated.
  5678.     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
  5679.  
  5680. 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  5681.     * server_privileges.php3: Fixed edit link.
  5682.     * Documentation.html:
  5683.       - Reformulated some passages;
  5684.       - FAQ 1.28.
  5685.     * ANNOUNCE.txt: Synchronized features list with documentation.
  5686.     * server_databases.php3: Fixed bug #688271 (missing "?").
  5687.  
  5688. 2003-02-17 Garvin Hicking <me@supergarv.de>
  5689.     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
  5690.       Reworked blob file upload. More security cautions, and preserve
  5691.       fields contents, if no new file was uploaded. Moved is_uploaded_file
  5692.       function from read_dump.php3 to common.lib.php3 for reusability.
  5693.  
  5694. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  5695.     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
  5696.       upload, upload field moved into table.
  5697.  
  5698. 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  5699.     ### 2.4.0-rc2 released
  5700.     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
  5701.       correct number of rows
  5702.  
  5703. 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  5704.     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
  5705.       - Reimplemented ability to change a user's login information
  5706.         (bug #684984);
  5707.       - Feature: copy user profiles;
  5708.       - "Check privileges" should now also check for wildcards;
  5709.       - The revoke mode for deleting users did not always produce valid MySQL.
  5710.     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
  5711.     * ANNOUNCE.txt: synchronized list of features and fixes.
  5712.  
  5713. 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
  5714.     * lang/czech: Updated.
  5715.     * docs.css: Fixed URL.
  5716.  
  5717. 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  5718.     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
  5719.       for splitting the SELECT clauses, to solve almost all records
  5720.       counting bugs
  5721.     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
  5722.     * lang/japanese: update, thanks to Yukihiro Kawada
  5723.  
  5724. 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  5725.     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
  5726.       it if necessary.
  5727.     * libraries/common.lib.php3: Don't display edit link for
  5728.       database-independant queries.
  5729.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  5730.     * docs.css:
  5731.       - Wrong URI;
  5732.       - Typo.
  5733.  
  5734. 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  5735.     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
  5736.       Reimplemented "check privileges" feature.
  5737.  
  5738. 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
  5739.     * sql.php3: Fix simple little bug #685082
  5740.  
  5741. 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  5742.     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
  5743.       is broken), thanks to Alexander Schuch (ci-dev).
  5744.  
  5745. 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  5746.     * lang/indonesian update, thanks to Rachim Tamsjadi
  5747.     * lang/italian update, thanks to Pietro Danesi
  5748.     * lang/lithuanian update, thanks to Vilius Zigmantas
  5749.     * lang/slovenian update, thanks to Kositer Uros
  5750.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  5751.     * tbl_change.php3: upload field only to BLOBs
  5752.     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
  5753.       font size
  5754.  
  5755. 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  5756.     * tbl_replace_fields.php3: sometimes we receive "none" as the file
  5757.       name when there is no field upload for some field
  5758.     * sql.php3: bug 684712, undefined variable $table (js disabled
  5759.       and confirmation for drop database)
  5760.  
  5761. 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  5762.     * server_databases.php3: Wrong link title.
  5763.  
  5764. 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  5765.     * server_databases.php3: Ensured that the database list is built.
  5766.  
  5767. 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  5768.     * lang/catalan: update, thanks to Xavier Navarro
  5769.  
  5770. 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
  5771.     * lang/Galician*: Updates thanks to xosecalvo
  5772.  
  5773. 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
  5774.     * lang/czech: Updated again.
  5775.  
  5776. 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  5777.     * server_databases.php3, lang/*.inc.php3:
  5778.       - Bugfixes & interface cosmetic;
  5779.       - Drop multiple databases.
  5780.     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
  5781.     * lang/german-*.inc.php3: Updates.
  5782.     * config.inc.php3: Added a note about another possible setting.
  5783.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  5784.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  5785.     * translators.html: Fixed a typo.
  5786.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  5787.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5788.  
  5789. 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  5790.     * config.inc.php3, lang/add_message.sh: Typos.
  5791.     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
  5792.     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
  5793.       Reworte db_stats.php3 to be conform with the new server_ pages.
  5794.  
  5795. 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
  5796.     * lang/czech: Updated.
  5797.  
  5798. 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  5799.     * lang/italian: update, thanks to Pietro Danesi
  5800.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  5801.     * lang/polish: update, thanks to Jakub Wilk
  5802.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  5803.     * lang/slovak: remove duplicates
  5804.     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
  5805.  
  5806. 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
  5807.     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
  5808.     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
  5809.       be '$strDBGMax'
  5810.     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
  5811.  
  5812. 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
  5813.     * libraries/sqlparser.lib.php3: PHP3 parse error
  5814.     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
  5815.       libraries/relation.lib.php3: bug 681298, we should always backquote
  5816.       a restricted word like "comment" when used as an identifier
  5817.     * Documentation.html, bug 681776, wrong command for my.ini file
  5818.     * libraries/left.js: png files
  5819.  
  5820. 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  5821.     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
  5822.       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
  5823.     * Documentation.html: Removed FAQ entry about Opera 7.
  5824.     * db_stats.php3: One <img> tag still pointed to a GIF file.
  5825.  
  5826. 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  5827.     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
  5828.       UPDATE query if there was some binary upload in it, otherwise
  5829.       display it
  5830.  
  5831. 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
  5832.     * common.lib.php3:
  5833.       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
  5834.         Bailey (charles_bailey);
  5835.       - Don't use small fonts for Opera 7.
  5836.     * ldi_check.php3: Backslahes should be escaped.
  5837.     * Documentation.html: Added a note about Opera 7.
  5838.  
  5839. 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
  5840.     * Documentation.*: Added information about binary checkbox when uploading
  5841.       files.
  5842.  
  5843. 2003-02-04 Garvin Hicking  <me@supergarv.de>
  5844.     * common.lib.php3: Fixed a possible 'undefined index' error.
  5845.  
  5846. 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  5847.     * Documentation.html: new faq entry about IE bug with http auth,
  5848.       switching from one server to the other
  5849.     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
  5850.       and only table selected)
  5851.     * ldi_check.php3: check local_infile on recent MySQL versions,
  5852.       thanks to Alexander
  5853.  
  5854. 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
  5855.     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
  5856.       #678729).
  5857.     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
  5858.     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
  5859.       variable: charset_of_file).
  5860.  
  5861. 2003-02-03 Garvin Hicking  <me@supergarv.de>
  5862.     * pdf_schema.php3, libraries/dbg/profiling.php3,
  5863.       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
  5864.  
  5865. 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  5866.     ### 2.4.0-rc1 released
  5867.     and after the release:
  5868.     * lang/romanian: update, thanks to Valics Lehel
  5869.     * lang/spanish: update, thanks to Daniel Hinostroza C.
  5870.     * lang/catalan: update, thanks to Xavier Navarro
  5871.     * lang/dutch update, thanks to Ivo Teel
  5872.  
  5873. 2003-02-02 Olivier L. M├╝ller  <om@omnis.ch>
  5874.     * tbl_addfield.php3: ignore empty fields on alter table
  5875.  
  5876. 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  5877.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  5878.       compatibility.
  5879.     * lang/german-*.inc.php3: Updates.
  5880.     * server_privileges.php3: Remove column privileges.
  5881.     * config.inc.php3: Added $cfg['DefaultTabServer'].
  5882.     * header.inc.php3: Link the default tabs.
  5883.     * libraries/common.lib.php3: PHP3 compatibility.
  5884.  
  5885. 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
  5886.     * lang/czech: Updated.
  5887.     * lang/sort_lang.sh: This needs bash.
  5888.  
  5889. 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  5890.     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
  5891.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  5892.     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
  5893.     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
  5894.       (later when we get enough translations,
  5895.        we can use it instead of $strCandLoadMySQL)
  5896.     * lang/romanian: update, thanks to Valics Lehel
  5897.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5898.     * lang/lithuanian: update, thanks to Vilius Zigmantas
  5899.     * lang/japanese: update, thanks to Yukihiro Kawada
  5900.     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
  5901.       thanks to Alexander
  5902.  
  5903. 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
  5904.     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
  5905.     re-entry into Earth's atmosphere. In memory of the brave men and women who
  5906.     gave their lives for the people of Earth. ---
  5907.     * Documentation.html: Removed a bit of duplication in [7.4] and the
  5908.     Developers section
  5909.     * libraries/dbg: New directory for DBG code
  5910.     * libraries/dbg/setup.php3:
  5911.        - DBG initialization code, including module support
  5912.     * libraries/dbg/profiling.php3: Profiling code
  5913.     * lang/*: New strings added for DBG extension
  5914.     * config.inc.php3: config options for DBG, off by default
  5915.     * footer.inc.php3: DBG profiling output
  5916.  
  5917. 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
  5918.     * Documentation.*, translators.html, docs.css: New documentation layout.
  5919.     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
  5920.  
  5921. 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
  5922.     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
  5923.       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
  5924.       new Feature: BLOB field upload
  5925.       (TODO: handle open_basedir restrictions)
  5926.  
  5927. 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
  5928.     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
  5929.       libraries/config_import.lib.php3: Added experimental support for
  5930.       compressed connections to the MySQL server.
  5931.  
  5932. 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  5933.     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
  5934.       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
  5935.  
  5936. 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
  5937.     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
  5938.     * Documentation.html, translators.html: Unified using of font sizes.
  5939.  
  5940. 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  5941.     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
  5942.       user management.
  5943.     * server_processlist.php3: Fixed a bug the denied the access to the
  5944.       process list for normal users.
  5945.     * config.inc.php3: Removed note about buggy setting.
  5946.     * lang/german-*.inc.php3: Updates.
  5947.     * Documentation.html: There won't be a PHP 4.5.0; typos.
  5948.  
  5949. 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  5950.     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
  5951.  
  5952. 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  5953.     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
  5954.  
  5955. 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  5956.     * lang/slovenian update: thanks to Kositer Uros (urosh)
  5957.     * lang/albanian: update, thanks to Laurent Dhima
  5958.     * lang/slovak update, thanks to Lubos Klokner
  5959.  
  5960. 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  5961.     * libraries/relation.lib.php3: improve messages
  5962.  
  5963. 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  5964.     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
  5965.  
  5966. 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
  5967.     * lang/swedish*: Updates, thanks to Bj├╢rn T. Hallberg (bth)
  5968.     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
  5969.     * lang/english*: Resorted and Resynced.
  5970.     * lang/farsi*: Added ready for Farsi translation
  5971.     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
  5972.         - Updates ready for Farsi translation
  5973.     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
  5974.     * fulltext.png, partialtext.png, pma_logo.png:
  5975.         - Ran PNGCRUSH on files to reduce size optimially.
  5976.     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
  5977.     vertical_line.gif, item_rtl.gif, item_ltr.gif:
  5978.         - Old image files removed and replaced with PNG files (feature
  5979.         #458895)
  5980.     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
  5981.     vertical_line.png, item_rtl.png, item_ltr.png:
  5982.         - New PNG image files (feature #458895)
  5983.     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
  5984.         - Code changes for PNG images (feature #458895)
  5985.  
  5986. 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
  5987.     * libraries/sqlparser.lib.php3: checkType function
  5988.  
  5989. 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  5990.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  5991.  
  5992. 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
  5993.     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
  5994.       row limiting for exported results
  5995.  
  5996. 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
  5997.     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
  5998.       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
  5999.       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
  6000.       be SIGNED/UNSIGNED/ZEROFILL.
  6001.  
  6002. 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  6003.     * server_privileges.php3: Added column privileges editor.
  6004.  
  6005. 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  6006.     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
  6007.       tbl_move_copy.php3, libraries/build_dump.lib.php3:
  6008.       Feature: Export results of SELECTs
  6009.  
  6010. 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
  6011.     * Documentation.html: faq 5.12 about OS X Safari problem
  6012.     * tbl_move_copy.php3: typo (wrong back link)
  6013.  
  6014. 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
  6015.     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
  6016.     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  6017.  
  6018. 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  6019.     * server_privileges.php3: Wrong label.
  6020.     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
  6021.       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
  6022.       The script now works on the SF shell servers ONLY!
  6023.  
  6024. 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
  6025.     * lang/czech: Updated.
  6026.     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
  6027.       field editing.
  6028.  
  6029. 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
  6030.     * lang/sort_lang.sh: Fix status output bug '\n'
  6031.     * db_details_importdocsql.php3: Move hardcoded strings to language files
  6032.     * lang/*.php3: Add new strings for docSQL importer
  6033.     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
  6034.     * Documentation.html: Revised FAQ entry about SQL Validator
  6035.  
  6036. 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  6037.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  6038.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  6039.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  6040.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  6041.     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
  6042.  
  6043. 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
  6044.     * pdf_pages.php3: feature: deleting a pdf page
  6045.     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
  6046.       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
  6047.  
  6048. 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  6049.     * server_privileges.php3:
  6050.       - Lookup database / table lists if possible;
  6051.       - The database name was displayed instead of the table name in the sub
  6052.         page heading.
  6053.     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
  6054.     * lang/norwegian-*.inc.php3: Updates, thanks to
  6055.       Sven-Erik Andersen (sven-erik).
  6056.     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
  6057.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  6058.  
  6059. 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  6060.     * lang/galician: update, thanks to Xos├⌐ Calvo
  6061.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  6062.  
  6063. 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
  6064.     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
  6065.       all for fields selection.
  6066.     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
  6067.       (Jumping cursor using keyboard).
  6068.     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
  6069.       functions.js to allow jumping using keyboard.
  6070.     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
  6071.       works also for row editing.
  6072.     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
  6073.  
  6074. 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
  6075.     * libraries/sqlvalidator.class.php3:
  6076.       - Removed dependency on overload extension
  6077.       - Started to fix bug #644709
  6078.     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
  6079.       - Revert line 88 of sql.php3, and fix it a different way...
  6080.  
  6081. 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
  6082.     * read_dump.php3, sql.php3, libraries/common.lib.php3,
  6083.     libraries/sqlparser.lib.php3:
  6084.       - Fixed bug #641765, see mailing list post
  6085.  
  6086. 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  6087.     * server_*.php3:
  6088.       - The messages are now displayed by server_links.inc.php3, so
  6089.         server_common.inc.php3 may be included earlier;
  6090.       - Beautified code.
  6091.     * server_privileges.php3:
  6092.       - Wrong GRANT syntax;
  6093.       - Changed the default behavior of the for fields "pred_username" and
  6094.         "pred_password".
  6095.  
  6096. 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  6097.     * tbl_change.php3: bug 665885, wrong back link after sql error
  6098.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  6099.     * lang/ukrainian: update, thanks to Markijan Baran
  6100.     * lang/romanian: update, thanks to Valics Lehel
  6101.     * lang/japanese: update, thanks to Yukihiro Kawada
  6102.  
  6103. 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
  6104.     * lang/czech*: Updated.
  6105.  
  6106. 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  6107.     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
  6108.       support for the EXTRACT ... FROM syntax which is not a real
  6109.       SELECT ... FROM
  6110.  
  6111. 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  6112.     * server_privileges.php3, lang/*.inc.php3:
  6113.       - Forgot to implement "This host";
  6114.       - Drop the users' databases;
  6115.       - Don't send comments to the MySQL server;
  6116.       - When trying to delete multiple users, display an error message if none
  6117.         have been selected.
  6118.  
  6119. 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
  6120.     * libraries/sqlparser.lib.php3, libraries/functions.js,
  6121.       sql.php3: - use the parser for confirmation requests
  6122.                 - better check before appending LIMIT
  6123.     * lang/galician: update, thanks to Xos├⌐ Calvo
  6124.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  6125.     * lang/indonesian: missing semicolon
  6126.     * lang/japanese: update, thanks to Yukihiro Kawada
  6127.     * lang/romanian: update, thanks to Valics Lehel
  6128.  
  6129. 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
  6130.     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
  6131.       and hidden input generating stuff.
  6132.     * almost all php3 files: Use new URL and hidden input generation stuff.
  6133.     * libraries/common.lib.php3: Addded extra check for MySQL even when in
  6134.       safe mode (could fix #661949).
  6135.  
  6136. 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6137.     * lang/english-*.inc.php3: Fixed a typo.
  6138.     * server_privileges.php3, libraries/url_generating.lib.php3:
  6139.       - Beautified generated XHTML code;
  6140.       - Coding standards;
  6141.       - Added a missing @param comment.
  6142.  
  6143. 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
  6144.     * lang/czech: Updated.
  6145.  
  6146. 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  6147.     * server_privileges.php3: Sorting user list.
  6148.     * translators.html: Typo.
  6149.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  6150.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  6151.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  6152.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  6153.     * lang/norwegian-*.inc.php3: Updates, thanks to
  6154.       Sven-Erik Andersen (sven-erik).
  6155.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  6156.  
  6157. 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  6158.     * Documentation.html: clarification about cookie/http modes
  6159.     * lang/dutch update, thanks to Ivo Teel
  6160.     * lang/japanese: update, thanks to Yukihiro Kawada
  6161.     * lang/ukrainian: remove duplicate messages
  6162.  
  6163. 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  6164.     * server_privileges.php3:
  6165.       - Interface cosmetic;
  6166.       - Smaller bugfixes;
  6167.       - Added a db / table privileges editor.
  6168.     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
  6169.     * server_privileges.php3, libraries/server_privileges.js:
  6170.       - Optimized some JS functions for the new interface;
  6171.       - Added ability to create new MySQL users via GRANT (feature #502465).
  6172.     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
  6173.       Incremented version number to 2.4.0-dev.
  6174.  
  6175. 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  6176.     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
  6177.  
  6178. 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
  6179.     * lang/estonian*, malay*: remove control M
  6180.     * lang/romanian: update, thanks to Valics Lehel
  6181.     * lang/galician: update, thanks to Xos├⌐ Calvo
  6182.     * lang/english: typos fix, thanks to Bj├╢rn T. Hallberg (bth)
  6183.  
  6184. 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  6185.     * lang/german*: Updated.
  6186.  
  6187. 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
  6188.     * lang/czech*: Updated.
  6189.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  6190.     * lang/sort_lang.sh: Made POSIX sh compatible.
  6191.     * lang/check_lang.sh: Made require bash.
  6192.     * lang/swedish*: Updated.
  6193.     * lang/*: For many translations fixed missing/duplicate strings.
  6194.  
  6195. 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  6196.     * lang/ukrainian: update, thanks to Markijan Baran
  6197.     * user_details.php3: add $strGrantOption
  6198.     * lang/french update
  6199.     * main.php3, lang/*.php3: $strOriginalInterface
  6200.  
  6201. 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  6202.     * server_privileges.php3:
  6203.       - Made the script compatible to MySQL < 3.22.11;
  6204.       - Fixed the missing "LOCK TABLES" option in the privilege editor.
  6205.       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
  6206.         if all privileges have been selected.
  6207.     * libraries/sqlparser.data.php3:
  6208.       - Fixed bug #655817 (New privileges are not detected correctly).
  6209.       - Updated function list.
  6210.  
  6211. 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6212.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  6213.  
  6214. 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  6215.     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
  6216.       Added ability to delete users.
  6217.  
  6218. 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  6219.     * tbl_dump.php3:
  6220.       - Fixed wrong charset information in XML exports.
  6221.       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
  6222.         of '4.00.05'.
  6223.  
  6224. 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  6225.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  6226.  
  6227. 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
  6228.     * server_privileges.php3: Fixed undefined variable warning.
  6229.     * lang/czech*: Updated.
  6230.     * lang/*: Fixed a typo.
  6231.  
  6232. 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
  6233.     * lang/romanian: update, thanks to Valics Lehel
  6234.     * lang/dutch update, thanks to Ivo Teel
  6235.  
  6236. 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  6237.     * lang/norwegian-*.inc.php3:
  6238.       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
  6239.       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
  6240.     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
  6241.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  6242.     * lang/german-*.inc.php3: Updates.
  6243.     * lang/*.inc.php3: Fixed a typo.
  6244.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  6245.     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
  6246.     * server_privileges.php3, lang/*.inc.php3:
  6247.       - Bugfixes;
  6248.       - Small design modification;
  6249.       - Added ability to change passwords via SET PASSWORD FOR user.
  6250.  
  6251. 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  6252.     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
  6253.       lang/*.inc.php3: Started rewriting the user administration; changes:
  6254.       - Use GRANT / REVOKE for privilege changes (feature #502465);
  6255.       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
  6256.       - Support for user resource limits;
  6257.       - Improved user friendliness.
  6258.       Currently, it can only display and edit global privileges.
  6259.     * libraries/common.lib.php3: Undefined index.
  6260.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  6261.     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
  6262.  
  6263. 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
  6264.     * main.php3: Since every user has access to his processlist, set
  6265.       is_process_priv to TRUE as default (fixes undefined variable warning).
  6266.  
  6267. 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  6268.     * tbl_select.php3, bug 648263
  6269.     * libraries/common.lib.php3, bug 653764
  6270.     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
  6271.       append data only to a table
  6272.  
  6273. 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  6274.     * lang/russian: update, thanks to Nicolay Zakharov
  6275.  
  6276. 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
  6277.     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
  6278.     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
  6279.  
  6280. 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  6281.     * lang/russian: update, thanks to Nicolay Zakharov
  6282.     * lang/galician: update, thanks to Xos├⌐ Calvo
  6283.  
  6284. 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  6285.     * libraries/get_foreign.lib.php3: bug 646263,
  6286.       bad drop-down in select sub-page
  6287.  
  6288. 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  6289.     * libraries/common.lib.php3: Removed a comment.
  6290.  
  6291. 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
  6292.     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
  6293.  
  6294. 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
  6295.     * tbl_dump.php3: Fix output order of inserts/creates, generate file
  6296.       extension to include also file type, not only compression (now it
  6297.       generates something like dump.sql.gz).
  6298.  
  6299. 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
  6300.     * pdf_schema.php3: Change generated filename to
  6301.       db_pdfname.pdf instead of db_pdfnumber.pdf
  6302.  
  6303. 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  6304.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  6305.     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
  6306.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  6307.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  6308.       Sven-Erik Andersen (sven-erik).
  6309.     * lang/german-*.inc.php3: Small grammar fix.
  6310.  
  6311. 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  6312.     * lang/german-*.inc.php3: Updates.
  6313.     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
  6314.     * libraries/build_dump.php3:
  6315.       - Fixed part 2 of bug #652311 (Undefined variables);
  6316.       - Coding standards.
  6317.  
  6318. 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
  6319.     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
  6320.       cleaner charset conversion for export.
  6321.     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
  6322.       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
  6323.       thanks to Valentine for creating the patch #627496.
  6324.  
  6325. 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  6326.     * lang/galician: update, thanks to Xos├⌐ Calvo
  6327.     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
  6328.       but there is still some work to do about how to split a UNION
  6329.     * tbl_properties_options.php3, bug 651522 wrong back-link,
  6330.       thanks to Mischka ( stollner at uni-muenster dot de )
  6331.  
  6332. 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
  6333.     * lang/czech*.php3: Updated translation.
  6334.     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
  6335.  
  6336. 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  6337.     * server_*.php3, lang/*.inc.php3, main.php3:
  6338.       - Added 'SHOW PROCESSLIST' interface;
  6339.       - Small bugfixes.
  6340.       - XHTML fixes.
  6341.     * lang/spanish-*.inc.php3: Updates, thanks again to
  6342.       Dr. med. Daniel Hinostroza C.
  6343.     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
  6344.  
  6345. 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  6346.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  6347.       Sven-Erik Andersen (sven-erik).
  6348.     * lang/swedish-*.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  6349.     * lang/spanish-*.inc.php3: Updates, thanks again to
  6350.       Dr. med. Daniel Hinostroza C.
  6351.  
  6352. 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6353.     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
  6354.       server_common.inc.php3, server_links.inc.php3, server_status.php3,
  6355.       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
  6356.       Started working on a new interface to server related pages.
  6357.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  6358.     * lang/german-*.inc.php3: Updates.
  6359.     * lang/english-*.inc.php3: Reordered strings.
  6360.  
  6361. 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  6362.     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
  6363.       bug 633422, use a button if search result would generate a too big URL
  6364.  
  6365. 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
  6366.     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
  6367.       Choose between Landscape and Portrait for the
  6368.       Datadictionary in PDF Pages
  6369.     * pdf_schema.php3: lineheight for Textrows in Datadictionary
  6370.       was equal to textheight, i added one mm above and below text
  6371.       (hope your tables are not too big not to fit on a page now ;)
  6372.  
  6373. 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  6374.     * lang/german.inc.php3: Updates.
  6375.     * main.php3: Fixed bug #649641 (usernames containing '@' character).
  6376.     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
  6377.       warning / php >= 4.3.0) by Mats Engstrom (matseng).
  6378.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  6379.     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  6380.       (sven-erik).
  6381.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  6382.     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
  6383.     * lang/italian-*.inc.php3:
  6384.       - Updates, thanks to Pietro Danesi (danone).
  6385.       - Coding standards.
  6386.  
  6387. 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  6388.     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
  6389.       new data dict feature for PDF pages, thanks to Maxime Delorme
  6390.     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
  6391.       thanks to Piotr Roszatycki (d3xter)
  6392.  
  6393. 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  6394.     * lang/swedish.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  6395.  
  6396. 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  6397.     * pdf_schema.php3: remove control M
  6398.     * lang/dutch update, thanks to Ivo Teel
  6399.  
  6400. 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  6401.     ### 2.3.3pl1 released
  6402.  
  6403.  
  6404.          --- Older ChangeLogs can be found on our project website ---
  6405.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  6406.  
  6407. # vim: ft=changelog fenc=utf-8
  6408. # vim: expandtab ts=4 sw=4 sts=4
  6409. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  6410. # vim: fdn=1 fdm=expr
  6411.